Html Css Color HEX #37006F Persian Indigo

📋 copy color: '#37006F'

red 55 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #37006F

Tints of Persian Indigo #37006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.87%

R = 33.13%
G = 0%
B = 66.87%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37006F (or 0x37006F) is known color: Persian Indigo. HEX triplet: 37, 00 and 6F. RGB value is (55,0,111). Sum of RGB (Red+Green+Blue) = 55+0+111=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #37006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37006F is #C8FF90. Grayscale: #1C1C1C. Windows color (decimal): -13172625 or 7274551. OLE color: 7274551.

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

Color convert

RGB 55 0 111 -
CMYK 0.50 1 0 0.56
HSL 269.73º 1% 0.22% -
HSV(B) 269.73º 1% 0.44% -
XYZ 4.44 1.96 15.18 -
YUV 29.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 55 0 111 0.50 1 0 0.56 269.73 1 0.22
Hex 37 0 6F 32 64 0 38 10E 64 16
Octal 67 0 157 62 144 0 70 416 144 26
Binary 110111 0 1101111 110010 1100100 0 111000 100001110 1100100 10110

Color Harmonies of #37006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37006F

Black with #37006F

Text Example


Text Example

White with #37006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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