Html Css Color HEX #371095 Persian Indigo

📋 copy color: '#371095'

red 55 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #371095

Tints of Persian Indigo #371095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 25%
G = 7.27%
B = 67.73%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371095 (or 0x371095) is known color: Persian Indigo. HEX triplet: 37, 10 and 95. RGB value is (55,16,149). Sum of RGB (Red+Green+Blue) = 55+16+149=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #371095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371095 is #C8EF6A. Grayscale: #2A2A2A. Windows color (decimal): -13168491 or 9769015. OLE color: 9769015.

HSL color Cylindrical-coordinate representation of color #371095: hue angle of 257.59º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371095 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 16 149 -
CMYK 0.63 0.89 0 0.42
HSL 257.59º 0.81% 0.32% -
HSV(B) 257.59º 0.89% 0.58% -
XYZ 7.19 3.35 28.7 -
YUV 42.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 55 16 149 0.63 0.89 0 0.42 257.59 0.81 0.32
Hex 37 10 95 3F 59 0 2A 102 51 20
Octal 67 20 225 77 131 0 52 402 121 40
Binary 110111 10000 10010101 111111 1011001 0 101010 100000010 1010001 100000

Color Harmonies of #371095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371095

Black with #371095

Text Example


Text Example

White with #371095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371095; }

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

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

background-color css

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

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

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

border-color css

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

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

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