Html Css Color HEX #370599 Persian Indigo

📋 copy color: '#370599'

red 55 ◦ green 5 ◦ blue 153

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

Shades of Persian Indigo #370599

Tints of Persian Indigo #370599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 25.82%
G = 2.35%
B = 71.83%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#370599 (or 0x370599) is known color: Persian Indigo. HEX triplet: 37, 05 and 99. RGB value is (55,5,153). Sum of RGB (Red+Green+Blue) = 55+5+153=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #370599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370599 is #C8FA66. Grayscale: #242424. Windows color (decimal): -13171303 or 10028343. OLE color: 10028343.

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

Color convert

RGB 55 5 153 -
CMYK 0.64 0.97 0 0.4
HSL 260.27º 0.94% 0.31% -
HSV(B) 260.27º 0.97% 0.6% -
XYZ 7.38 3.22 30.37 -
YUV 36.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 55 5 153 0.64 0.97 0 0.4 260.27 0.94 0.31
Hex 37 5 99 40 61 0 28 104 5E 1F
Octal 67 5 231 100 141 0 50 404 136 37
Binary 110111 101 10011001 1000000 1100001 0 101000 100000100 1011110 11111

Color Harmonies of #370599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370599

Black with #370599

Text Example


Text Example

White with #370599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370599; }

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

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

background-color css

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

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

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

border-color css

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

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

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