Html Css Color HEX #371674 Persian Indigo

📋 copy color: '#371674'

red 55 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #371674

Tints of Persian Indigo #371674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 28.5%
G = 11.4%
B = 60.1%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371674 (or 0x371674) is known color: Persian Indigo. HEX triplet: 37, 16 and 74. RGB value is (55,22,116). Sum of RGB (Red+Green+Blue) = 55+22+116=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #371674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371674 is #C8E98B. Grayscale: #2A2A2A. Windows color (decimal): -13166988 or 7607863. OLE color: 7607863.

HSL color Cylindrical-coordinate representation of color #371674: hue angle of 261.06º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371674 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 22 116 -
CMYK 0.53 0.81 0 0.55
HSL 261.06º 0.68% 0.27% -
HSV(B) 261.06º 0.81% 0.45% -
XYZ 5.01 2.65 16.77 -
YUV 42.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 55 22 116 0.53 0.81 0 0.55 261.06 0.68 0.27
Hex 37 16 74 35 51 0 37 105 44 1B
Octal 67 26 164 65 121 0 67 405 104 33
Binary 110111 10110 1110100 110101 1010001 0 110111 100000101 1000100 11011

Color Harmonies of #371674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371674

Black with #371674

Text Example


Text Example

White with #371674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371674; }

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

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

background-color css

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

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

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

border-color css

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

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

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