Html Css Color HEX #37187D Persian Indigo

📋 copy color: '#37187D'

red 55 ◦ green 24 ◦ blue 125

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

Shades of Persian Indigo #37187D

Tints of Persian Indigo #37187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 26.96%
G = 11.76%
B = 61.27%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37187D (or 0x37187D) is known color: Persian Indigo. HEX triplet: 37, 18 and 7D. RGB value is (55,24,125). Sum of RGB (Red+Green+Blue) = 55+24+125=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #37187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37187D is #C8E782. Grayscale: #2C2C2C. Windows color (decimal): -13166467 or 8198199. OLE color: 8198199.

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

Color convert

RGB 55 24 125 -
CMYK 0.56 0.81 0 0.51
HSL 258.42º 0.68% 0.29% -
HSV(B) 258.42º 0.81% 0.49% -
XYZ 5.6 2.95 19.68 -
YUV 44.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 55 24 125 0.56 0.81 0 0.51 258.42 0.68 0.29
Hex 37 18 7D 38 51 0 33 102 44 1D
Octal 67 30 175 70 121 0 63 402 104 35
Binary 110111 11000 1111101 111000 1010001 0 110011 100000010 1000100 11101

Color Harmonies of #37187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37187D

Black with #37187D

Text Example


Text Example

White with #37187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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