Html Css Color HEX #37056C Persian Indigo

📋 copy color: '#37056C'

red 55 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #37056C

Tints of Persian Indigo #37056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 32.74%
G = 2.98%
B = 64.29%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37056C (or 0x37056C) is known color: Persian Indigo. HEX triplet: 37, 05 and 6C. RGB value is (55,5,108). Sum of RGB (Red+Green+Blue) = 55+5+108=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #37056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37056C is #C8FA93. Grayscale: #1F1F1F. Windows color (decimal): -13171348 or 7079223. OLE color: 7079223.

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

Color convert

RGB 55 5 108 -
CMYK 0.49 0.95 0 0.58
HSL 269.13º 0.91% 0.22% -
HSV(B) 269.13º 0.95% 0.42% -
XYZ 4.34 2 14.35 -
YUV 31.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 55 5 108 0.49 0.95 0 0.58 269.13 0.91 0.22
Hex 37 5 6C 31 5F 0 3A 10D 5B 16
Octal 67 5 154 61 137 0 72 415 133 26
Binary 110111 101 1101100 110001 1011111 0 111010 100001101 1011011 10110

Color Harmonies of #37056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37056C

Black with #37056C

Text Example


Text Example

White with #37056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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