Html Css Color HEX #371099 Persian Indigo

📋 copy color: '#371099'

red 55 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #371099

Tints of Persian Indigo #371099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 24.55%
G = 7.14%
B = 68.3%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#371099 (or 0x371099) is known color: Persian Indigo. HEX triplet: 37, 10 and 99. RGB value is (55,16,153). Sum of RGB (Red+Green+Blue) = 55+16+153=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #371099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371099 is #C8EF66. Grayscale: #2A2A2A. Windows color (decimal): -13168487 or 10031159. OLE color: 10031159.

HSL color Cylindrical-coordinate representation of color #371099: hue angle of 257.08º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #371099 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 16 153 -
CMYK 0.64 0.90 0 0.4
HSL 257.08º 0.81% 0.33% -
HSV(B) 257.08º 0.9% 0.6% -
XYZ 7.51 3.48 30.41 -
YUV 43.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 55 16 153 0.64 0.90 0 0.4 257.08 0.81 0.33
Hex 37 10 99 40 5A 0 28 101 51 21
Octal 67 20 231 100 132 0 50 401 121 41
Binary 110111 10000 10011001 1000000 1011010 0 101000 100000001 1010001 100001

Color Harmonies of #371099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371099

Black with #371099

Text Example


Text Example

White with #371099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371099; }

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

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

background-color css

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

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

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

border-color css

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

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

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