Html Css Color HEX #331672 Persian Indigo

📋 copy color: '#331672'

red 51 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #331672

Tints of Persian Indigo #331672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 27.27%
G = 11.76%
B = 60.96%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331672 (or 0x331672) is known color: Persian Indigo. HEX triplet: 33, 16 and 72. RGB value is (51,22,114). Sum of RGB (Red+Green+Blue) = 51+22+114=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #331672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331672 is #CCE98D. Grayscale: #282828. Windows color (decimal): -13429134 or 7476787. OLE color: 7476787.

HSL color Cylindrical-coordinate representation of color #331672: hue angle of 258.91º 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 #331672 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 22 114 -
CMYK 0.55 0.81 0 0.55
HSL 258.91º 0.68% 0.27% -
HSV(B) 258.91º 0.81% 0.45% -
XYZ 4.69 2.49 16.15 -
YUV 41.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 51 22 114 0.55 0.81 0 0.55 258.91 0.68 0.27
Hex 33 16 72 37 51 0 37 103 44 1B
Octal 63 26 162 67 121 0 67 403 104 33
Binary 110011 10110 1110010 110111 1010001 0 110111 100000011 1000100 11011

Color Harmonies of #331672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331672

Black with #331672

Text Example


Text Example

White with #331672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331672; }

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

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

background-color css

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

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

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

border-color css

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

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

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