Html Css Color HEX #371299 Persian Indigo

📋 copy color: '#371299'

red 55 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #371299

Tints of Persian Indigo #371299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

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

R = 24.34%
G = 7.96%
B = 67.7%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#371299 (or 0x371299) is known color: Persian Indigo. HEX triplet: 37, 12 and 99. RGB value is (55,18,153). Sum of RGB (Red+Green+Blue) = 55+18+153=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #371299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371299 is #C8ED66. Grayscale: #2B2B2B. Windows color (decimal): -13167975 or 10031671. OLE color: 10031671.

HSL color Cylindrical-coordinate representation of color #371299: hue angle of 256.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371299 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 18 153 -
CMYK 0.64 0.88 0 0.4
HSL 256.44º 0.79% 0.34% -
HSV(B) 256.44º 0.88% 0.6% -
XYZ 7.54 3.54 30.42 -
YUV 44.45 189.26 135.52 -
System Red Green Blue C M Y K H S L
Decimal 55 18 153 0.64 0.88 0 0.4 256.44 0.79 0.34
Hex 37 12 99 40 58 0 28 100 4F 22
Octal 67 22 231 100 130 0 50 400 117 42
Binary 110111 10010 10011001 1000000 1011000 0 101000 100000000 1001111 100010

Color Harmonies of #371299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371299

Black with #371299

Text Example


Text Example

White with #371299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371299; }

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

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

background-color css

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

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

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

border-color css

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

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

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