Html Css Color HEX #37217B Persian Indigo

📋 copy color: '#37217B'

red 55 ◦ green 33 ◦ blue 123

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

Shades of Persian Indigo #37217B

Tints of Persian Indigo #37217B

RGB

 RED value IS 55 (21.88% from 255) = 26.07%

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 123 (48.44% from 255) = 58.29%

R = 26.07%
G = 15.64%
B = 58.29%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37217B (or 0x37217B) is known color: Persian Indigo. HEX triplet: 37, 21 and 7B. RGB value is (55,33,123). Sum of RGB (Red+Green+Blue) = 55+33+123=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #37217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37217B is #C8DE84. Grayscale: #313131. Windows color (decimal): -13164165 or 8069431. OLE color: 8069431.

HSL color Cylindrical-coordinate representation of color #37217B: hue angle of 254.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37217B is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 33 123 -
CMYK 0.55 0.73 0 0.52
HSL 254.67º 0.58% 0.31% -
HSV(B) 254.67º 0.73% 0.48% -
XYZ 5.69 3.33 19.08 -
YUV 49.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 55 33 123 0.55 0.73 0 0.52 254.67 0.58 0.31
Hex 37 21 7B 37 49 0 34 FF 3A 1F
Octal 67 41 173 67 111 0 64 377 72 37
Binary 110111 100001 1111011 110111 1001001 0 110100 11111111 111010 11111

Color Harmonies of #37217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37217B

Black with #37217B

Text Example


Text Example

White with #37217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37217B; }

 p { color: rgb(55,33,123); }

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

background-color css

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

 a { background-color: rgb(55,33,123); }

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

border-color css

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

 span { border-color: rgb(55,33,123); }

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