Html Css Color HEX #37006D Persian Indigo

📋 copy color: '#37006D'

red 55 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #37006D

Tints of Persian Indigo #37006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.54%
G = 0%
B = 66.46%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37006D (or 0x37006D) is known color: Persian Indigo. HEX triplet: 37, 00 and 6D. RGB value is (55,0,109). Sum of RGB (Red+Green+Blue) = 55+0+109=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #37006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37006D is #C8FF92. Grayscale: #1C1C1C. Windows color (decimal): -13172627 or 7143479. OLE color: 7143479.

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

Color convert

RGB 55 0 109 -
CMYK 0.50 1 0 0.57
HSL 270.28º 1% 0.21% -
HSV(B) 270.28º 1% 0.43% -
XYZ 4.34 1.92 14.61 -
YUV 28.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 55 0 109 0.50 1 0 0.57 270.28 1 0.21
Hex 37 0 6D 32 64 0 39 10E 64 15
Octal 67 0 155 62 144 0 71 416 144 25
Binary 110111 0 1101101 110010 1100100 0 111001 100001110 1100100 10101

Color Harmonies of #37006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37006D

Black with #37006D

Text Example


Text Example

White with #37006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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