Html Css Color HEX #371074 Persian Indigo

📋 copy color: '#371074'

red 55 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #371074

Tints of Persian Indigo #371074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 29.41%
G = 8.56%
B = 62.03%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371074 (or 0x371074) is known color: Persian Indigo. HEX triplet: 37, 10 and 74. RGB value is (55,16,116). Sum of RGB (Red+Green+Blue) = 55+16+116=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #371074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371074 is #C8EF8B. Grayscale: #262626. Windows color (decimal): -13168524 or 7606327. OLE color: 7606327.

HSL color Cylindrical-coordinate representation of color #371074: hue angle of 263.4º 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 #371074 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 16 116 -
CMYK 0.53 0.86 0 0.55
HSL 263.4º 0.76% 0.26% -
HSV(B) 263.4º 0.86% 0.45% -
XYZ 4.91 2.44 16.74 -
YUV 39.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 55 16 116 0.53 0.86 0 0.55 263.4 0.76 0.26
Hex 37 10 74 35 56 0 37 107 4C 1A
Octal 67 20 164 65 126 0 67 407 114 32
Binary 110111 10000 1110100 110101 1010110 0 110111 100000111 1001100 11010

Color Harmonies of #371074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371074

Black with #371074

Text Example


Text Example

White with #371074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371074; }

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

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

background-color css

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

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

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

border-color css

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

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

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