Html Css Color HEX #331372 Persian Indigo

📋 copy color: '#331372'

red 51 ◦ green 19 ◦ blue 114

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

Shades of Persian Indigo #331372

Tints of Persian Indigo #331372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 27.72%
G = 10.33%
B = 61.96%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331372 (or 0x331372) is known color: Persian Indigo. HEX triplet: 33, 13 and 72. RGB value is (51,19,114). Sum of RGB (Red+Green+Blue) = 51+19+114=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #331372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331372 is #CCEC8D. Grayscale: #272727. Windows color (decimal): -13429902 or 7476019. OLE color: 7476019.

HSL color Cylindrical-coordinate representation of color #331372: hue angle of 260.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331372 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 19 114 -
CMYK 0.55 0.83 0 0.55
HSL 260.21º 0.71% 0.26% -
HSV(B) 260.21º 0.83% 0.45% -
XYZ 4.64 2.38 16.14 -
YUV 39.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 51 19 114 0.55 0.83 0 0.55 260.21 0.71 0.26
Hex 33 13 72 37 53 0 37 104 47 1A
Octal 63 23 162 67 123 0 67 404 107 32
Binary 110011 10011 1110010 110111 1010011 0 110111 100000100 1000111 11010

Color Harmonies of #331372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331372

Black with #331372

Text Example


Text Example

White with #331372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331372; }

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

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

background-color css

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

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

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

border-color css

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

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

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