Html Css Color HEX #37087F Persian Indigo

📋 copy color: '#37087F'

red 55 ◦ green 8 ◦ blue 127

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

Shades of Persian Indigo #37087F

Tints of Persian Indigo #37087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 28.95%
G = 4.21%
B = 66.84%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37087F (or 0x37087F) is known color: Persian Indigo. HEX triplet: 37, 08 and 7F. RGB value is (55,8,127). Sum of RGB (Red+Green+Blue) = 55+8+127=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #37087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37087F is #C8F780. Grayscale: #232323. Windows color (decimal): -13170561 or 8325175. OLE color: 8325175.

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

Color convert

RGB 55 8 127 -
CMYK 0.57 0.94 0 0.50
HSL 263.7º 0.88% 0.26% -
HSV(B) 263.7º 0.94% 0.5% -
XYZ 5.49 2.52 20.28 -
YUV 35.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 55 8 127 0.57 0.94 0 0.50 263.7 0.88 0.26
Hex 37 8 7F 39 5E 0 32 108 58 1A
Octal 67 10 177 71 136 0 62 410 130 32
Binary 110111 1000 1111111 111001 1011110 0 110010 100001000 1011000 11010

Color Harmonies of #37087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37087F

Black with #37087F

Text Example


Text Example

White with #37087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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