Html Css Color HEX #370299 Persian Indigo

📋 copy color: '#370299'

red 55 ◦ green 2 ◦ blue 153

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

Shades of Persian Indigo #370299

Tints of Persian Indigo #370299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 26.19%
G = 0.95%
B = 72.86%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#370299 (or 0x370299) is known color: Persian Indigo. HEX triplet: 37, 02 and 99. RGB value is (55,2,153). Sum of RGB (Red+Green+Blue) = 55+2+153=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #370299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370299 is #C8FD66. Grayscale: #222222. Windows color (decimal): -13172071 or 10027575. OLE color: 10027575.

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

Color convert

RGB 55 2 153 -
CMYK 0.64 0.99 0 0.4
HSL 261.06º 0.97% 0.3% -
HSV(B) 261.06º 0.99% 0.6% -
XYZ 7.35 3.16 30.36 -
YUV 35.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 55 2 153 0.64 0.99 0 0.4 261.06 0.97 0.3
Hex 37 2 99 40 63 0 28 105 61 1E
Octal 67 2 231 100 143 0 50 405 141 36
Binary 110111 10 10011001 1000000 1100011 0 101000 100000101 1100001 11110

Color Harmonies of #370299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370299

Black with #370299

Text Example


Text Example

White with #370299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370299; }

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

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

background-color css

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

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

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

border-color css

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

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

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