Html Css Color HEX #37046C Persian Indigo

📋 copy color: '#37046C'

red 55 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #37046C

Tints of Persian Indigo #37046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 108 (42.58% from 255) = 64.67%

R = 32.93%
G = 2.4%
B = 64.67%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37046C (or 0x37046C) is known color: Persian Indigo. HEX triplet: 37, 04 and 6C. RGB value is (55,4,108). Sum of RGB (Red+Green+Blue) = 55+4+108=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #37046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37046C is #C8FB93. Grayscale: #1E1E1E. Windows color (decimal): -13171604 or 7078967. OLE color: 7078967.

HSL color Cylindrical-coordinate representation of color #37046C: hue angle of 269.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37046C is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 4 108 -
CMYK 0.49 0.96 0 0.58
HSL 269.42º 0.93% 0.22% -
HSV(B) 269.42º 0.96% 0.42% -
XYZ 4.33 1.98 14.34 -
YUV 31.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 55 4 108 0.49 0.96 0 0.58 269.42 0.93 0.22
Hex 37 4 6C 31 60 0 3A 10D 5D 16
Octal 67 4 154 61 140 0 72 415 135 26
Binary 110111 100 1101100 110001 1100000 0 111010 100001101 1011101 10110

Color Harmonies of #37046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37046C

Black with #37046C

Text Example


Text Example

White with #37046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37046C; }

 p { color: rgb(55,4,108); }

 H1.HeaderClassName
 {
   color: #37046C;
 }
 .AnyTagClassName
 {
   color: #37046C;
 }
</style>

background-color css

<style>
 a { background-color: #37046C; }

 a { background-color: rgb(55,4,108); }

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

border-color css

<style>
 span { border-color: #37046C; }

 span { border-color: rgb(55,4,108); }

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