Html Css Color HEX #37136D Persian Indigo

📋 copy color: '#37136D'

red 55 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #37136D

Tints of Persian Indigo #37136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 109 (42.97% from 255) = 59.56%

R = 30.05%
G = 10.38%
B = 59.56%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37136D (or 0x37136D) is known color: Persian Indigo. HEX triplet: 37, 13 and 6D. RGB value is (55,19,109). Sum of RGB (Red+Green+Blue) = 55+19+109=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #37136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37136D is #C8EC92. Grayscale: #272727. Windows color (decimal): -13167763 or 7148343. OLE color: 7148343.

HSL color Cylindrical-coordinate representation of color #37136D: hue angle of 264º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37136D is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 19 109 -
CMYK 0.50 0.83 0 0.57
HSL 264º 0.7% 0.25% -
HSV(B) 264º 0.83% 0.43% -
XYZ 4.57 2.38 14.69 -
YUV 40.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 55 19 109 0.50 0.83 0 0.57 264 0.7 0.25
Hex 37 13 6D 32 53 0 39 108 46 19
Octal 67 23 155 62 123 0 71 410 106 31
Binary 110111 10011 1101101 110010 1010011 0 111001 100001000 1000110 11001

Color Harmonies of #37136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37136D

Black with #37136D

Text Example


Text Example

White with #37136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,19,109); }

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

background-color css

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

 a { background-color: rgb(55,19,109); }

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

border-color css

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

 span { border-color: rgb(55,19,109); }

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