Html Css Color HEX #331674 Persian Indigo

📋 copy color: '#331674'

red 51 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #331674

Tints of Persian Indigo #331674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 26.98%
G = 11.64%
B = 61.38%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331674 (or 0x331674) is known color: Persian Indigo. HEX triplet: 33, 16 and 74. RGB value is (51,22,116). Sum of RGB (Red+Green+Blue) = 51+22+116=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #331674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331674 is #CCE98B. Grayscale: #292929. Windows color (decimal): -13429132 or 7607859. OLE color: 7607859.

HSL color Cylindrical-coordinate representation of color #331674: hue angle of 258.51º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331674 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 22 116 -
CMYK 0.56 0.81 0 0.55
HSL 258.51º 0.68% 0.27% -
HSV(B) 258.51º 0.81% 0.45% -
XYZ 4.8 2.54 16.76 -
YUV 41.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 51 22 116 0.56 0.81 0 0.55 258.51 0.68 0.27
Hex 33 16 74 38 51 0 37 103 44 1B
Octal 63 26 164 70 121 0 67 403 104 33
Binary 110011 10110 1110100 111000 1010001 0 110111 100000011 1000100 11011

Color Harmonies of #331674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331674

Black with #331674

Text Example


Text Example

White with #331674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331674; }

 p { color: rgb(51,22,116); }

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

background-color css

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

 a { background-color: rgb(51,22,116); }

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

border-color css

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

 span { border-color: rgb(51,22,116); }

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