Html Css Color HEX #37037F Persian Indigo

📋 copy color: '#37037F'

red 55 ◦ green 3 ◦ blue 127

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

Shades of Persian Indigo #37037F

Tints of Persian Indigo #37037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

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

R = 29.73%
G = 1.62%
B = 68.65%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37037F (or 0x37037F) is known color: Persian Indigo. HEX triplet: 37, 03 and 7F. RGB value is (55,3,127). Sum of RGB (Red+Green+Blue) = 55+3+127=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #37037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37037F is #C8FC80. Grayscale: #202020. Windows color (decimal): -13171841 or 8323895. OLE color: 8323895.

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

Color convert

RGB 55 3 127 -
CMYK 0.57 0.98 0 0.50
HSL 265.16º 0.95% 0.25% -
HSV(B) 265.16º 0.98% 0.5% -
XYZ 5.44 2.41 20.26 -
YUV 32.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 55 3 127 0.57 0.98 0 0.50 265.16 0.95 0.25
Hex 37 3 7F 39 62 0 32 109 5F 19
Octal 67 3 177 71 142 0 62 411 137 31
Binary 110111 11 1111111 111001 1100010 0 110010 100001001 1011111 11001

Color Harmonies of #37037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37037F

Black with #37037F

Text Example


Text Example

White with #37037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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