Html Css Color HEX #37087D Persian Indigo

📋 copy color: '#37087D'

red 55 ◦ green 8 ◦ blue 125

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

Shades of Persian Indigo #37087D

Tints of Persian Indigo #37087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 29.26%
G = 4.26%
B = 66.49%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37087D (or 0x37087D) is known color: Persian Indigo. HEX triplet: 37, 08 and 7D. RGB value is (55,8,125). Sum of RGB (Red+Green+Blue) = 55+8+125=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #37087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37087D is #C8F782. Grayscale: #222222. Windows color (decimal): -13170563 or 8194103. OLE color: 8194103.

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

Color convert

RGB 55 8 125 -
CMYK 0.56 0.94 0 0.51
HSL 264.1º 0.88% 0.26% -
HSV(B) 264.1º 0.94% 0.49% -
XYZ 5.36 2.47 19.6 -
YUV 35.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 55 8 125 0.56 0.94 0 0.51 264.1 0.88 0.26
Hex 37 8 7D 38 5E 0 33 108 58 1A
Octal 67 10 175 70 136 0 63 410 130 32
Binary 110111 1000 1111101 111000 1011110 0 110011 100001000 1011000 11010

Color Harmonies of #37087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37087D

Black with #37087D

Text Example


Text Example

White with #37087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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