Html Css Color HEX #37217F Persian Indigo

📋 copy color: '#37217F'

red 55 ◦ green 33 ◦ blue 127

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

Shades of Persian Indigo #37217F

Tints of Persian Indigo #37217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.07%

R = 25.58%
G = 15.35%
B = 59.07%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37217F (or 0x37217F) is known color: Persian Indigo. HEX triplet: 37, 21 and 7F. RGB value is (55,33,127). Sum of RGB (Red+Green+Blue) = 55+33+127=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #37217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37217F is #C8DE80. Grayscale: #313131. Windows color (decimal): -13164161 or 8331575. OLE color: 8331575.

HSL color Cylindrical-coordinate representation of color #37217F: hue angle of 254.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37217F is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 33 127 -
CMYK 0.57 0.74 0 0.50
HSL 254.04º 0.59% 0.31% -
HSV(B) 254.04º 0.74% 0.5% -
XYZ 5.95 3.43 20.43 -
YUV 50.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 55 33 127 0.57 0.74 0 0.50 254.04 0.59 0.31
Hex 37 21 7F 39 4A 0 32 FE 3B 1F
Octal 67 41 177 71 112 0 62 376 73 37
Binary 110111 100001 1111111 111001 1001010 0 110010 11111110 111011 11111

Color Harmonies of #37217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37217F

Black with #37217F

Text Example


Text Example

White with #37217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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