Html Css Color HEX #371073 Persian Indigo

📋 copy color: '#371073'

red 55 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #371073

Tints of Persian Indigo #371073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 29.57%
G = 8.6%
B = 61.83%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371073 (or 0x371073) is known color: Persian Indigo. HEX triplet: 37, 10 and 73. RGB value is (55,16,115). Sum of RGB (Red+Green+Blue) = 55+16+115=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #371073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371073 is #C8EF8C. Grayscale: #262626. Windows color (decimal): -13168525 or 7540791. OLE color: 7540791.

HSL color Cylindrical-coordinate representation of color #371073: hue angle of 263.64º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371073 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 16 115 -
CMYK 0.52 0.86 0 0.55
HSL 263.64º 0.76% 0.26% -
HSV(B) 263.64º 0.86% 0.45% -
XYZ 4.86 2.42 16.43 -
YUV 38.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 55 16 115 0.52 0.86 0 0.55 263.64 0.76 0.26
Hex 37 10 73 34 56 0 37 108 4C 1A
Octal 67 20 163 64 126 0 67 410 114 32
Binary 110111 10000 1110011 110100 1010110 0 110111 100001000 1001100 11010

Color Harmonies of #371073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371073

Black with #371073

Text Example


Text Example

White with #371073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371073; }

 p { color: rgb(55,16,115); }

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

background-color css

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

 a { background-color: rgb(55,16,115); }

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

border-color css

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

 span { border-color: rgb(55,16,115); }

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