Html Css Color HEX #37118B Persian Indigo

📋 copy color: '#37118B'

red 55 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #37118B

Tints of Persian Indigo #37118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 26.07%
G = 8.06%
B = 65.88%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37118B (or 0x37118B) is known color: Persian Indigo. HEX triplet: 37, 11 and 8B. RGB value is (55,17,139). Sum of RGB (Red+Green+Blue) = 55+17+139=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #37118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37118B is #C8EE74. Grayscale: #292929. Windows color (decimal): -13168245 or 9113911. OLE color: 9113911.

HSL color Cylindrical-coordinate representation of color #37118B: hue angle of 258.69º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37118B is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 17 139 -
CMYK 0.60 0.88 0 0.45
HSL 258.69º 0.78% 0.31% -
HSV(B) 258.69º 0.88% 0.55% -
XYZ 6.44 3.08 24.68 -
YUV 42.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 55 17 139 0.60 0.88 0 0.45 258.69 0.78 0.31
Hex 37 11 8B 3C 58 0 2D 103 4E 1F
Octal 67 21 213 74 130 0 55 403 116 37
Binary 110111 10001 10001011 111100 1011000 0 101101 100000011 1001110 11111

Color Harmonies of #37118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37118B

Black with #37118B

Text Example


Text Example

White with #37118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37118B; }

 p { color: rgb(55,17,139); }

 H1.HeaderClassName
 {
   color: #37118B;
 }
 .AnyTagClassName
 {
   color: #37118B;
 }
</style>

background-color css

<style>
 a { background-color: #37118B; }

 a { background-color: rgb(55,17,139); }

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

border-color css

<style>
 span { border-color: #37118B; }

 span { border-color: rgb(55,17,139); }

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