Html Css Color HEX #37016D Persian Indigo

📋 copy color: '#37016D'

red 55 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #37016D

Tints of Persian Indigo #37016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 33.33%
G = 0.61%
B = 66.06%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37016D (or 0x37016D) is known color: Persian Indigo. HEX triplet: 37, 01 and 6D. RGB value is (55,1,109). Sum of RGB (Red+Green+Blue) = 55+1+109=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #37016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37016D is #C8FE92. Grayscale: #1D1D1D. Windows color (decimal): -13172371 or 7143735. OLE color: 7143735.

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

Color convert

RGB 55 1 109 -
CMYK 0.50 0.99 0 0.57
HSL 270º 0.98% 0.22% -
HSV(B) 270º 0.99% 0.43% -
XYZ 4.35 1.94 14.61 -
YUV 29.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 55 1 109 0.50 0.99 0 0.57 270 0.98 0.22
Hex 37 1 6D 32 63 0 39 10E 62 16
Octal 67 1 155 62 143 0 71 416 142 26
Binary 110111 1 1101101 110010 1100011 0 111001 100001110 1100010 10110

Color Harmonies of #37016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37016D

Black with #37016D

Text Example


Text Example

White with #37016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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