Html Css Color HEX #331C6F Persian Indigo

📋 copy color: '#331C6F'

red 51 ◦ green 28 ◦ blue 111

#331C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #331C6F

Tints of Persian Indigo #331C6F

RGB

 RED value IS 51 (20.31% from 255) = 26.84%

 GREEN value IS 28 (11.33% from 255) = 14.74%

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 26.84%
G = 14.74%
B = 58.42%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331C6F (or 0x331C6F) is known color: Persian Indigo. HEX triplet: 33, 1C and 6F. RGB value is (51,28,111). Sum of RGB (Red+Green+Blue) = 51+28+111=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #331C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C6F is #CCE390. Grayscale: #2C2C2C. Windows color (decimal): -13427601 or 7281715. OLE color: 7281715.

HSL color Cylindrical-coordinate representation of color #331C6F: hue angle of 256.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331C6F is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 28 111 -
CMYK 0.54 0.75 0 0.56
HSL 256.63º 0.6% 0.27% -
HSV(B) 256.63º 0.75% 0.44% -
XYZ 4.65 2.68 15.31 -
YUV 44.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 51 28 111 0.54 0.75 0 0.56 256.63 0.6 0.27
Hex 33 1C 6F 36 4B 0 38 101 3C 1B
Octal 63 34 157 66 113 0 70 401 74 33
Binary 110011 11100 1101111 110110 1001011 0 111000 100000001 111100 11011

Color Harmonies of #331C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C6F

Black with #331C6F

Text Example


Text Example

White with #331C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C6F; }

 p { color: rgb(51,28,111); }

 H1.HeaderClassName
 {
   color: #331C6F;
 }
 .AnyTagClassName
 {
   color: #331C6F;
 }
</style>

background-color css

<style>
 a { background-color: #331C6F; }

 a { background-color: rgb(51,28,111); }

 div.DivClassName
 {
   background-color: #331C6F;
 }
 .BgClassName
 {
   background-color: #331C6F;
 }
</style>

border-color css

<style>
 span { border-color: #331C6F; }

 span { border-color: rgb(51,28,111); }

 td.TdClassName
 {
   border-color: #331C6F;
 }
 .TagClassName
 {
   border-color: #331C6F;
 }
</style>