Html Css Color HEX #370AA0 Persian Indigo

📋 copy color: '#370AA0'

red 55 ◦ green 10 ◦ blue 160

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

Shades of Persian Indigo #370AA0

Tints of Persian Indigo #370AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

 BLUE value IS 160 (62.89% from 255) = 71.11%

R = 24.44%
G = 4.44%
B = 71.11%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#370AA0 (or 0x370AA0) is known color: Persian Indigo. HEX triplet: 37, 0A and A0. RGB value is (55,10,160). Sum of RGB (Red+Green+Blue) = 55+10+160=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 160 (62.89% from 255 or 71.11% from 225); Max value from RGB is 160 - color contains mainly: blue. Hex color #370AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AA0 is #C8F55F. Grayscale: #282828. Windows color (decimal): -13170016 or 10488375. OLE color: 10488375.

HSL color Cylindrical-coordinate representation of color #370AA0: hue angle of 258º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AA0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 10 160 -
CMYK 0.66 0.94 0 0.37
HSL 258º 0.88% 0.33% -
HSV(B) 258º 0.94% 0.63% -
XYZ 8.03 3.57 33.52 -
YUV 40.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 55 10 160 0.66 0.94 0 0.37 258 0.88 0.33
Hex 37 A A0 42 5E 0 25 102 58 21
Octal 67 12 240 102 136 0 45 402 130 41
Binary 110111 1010 10100000 1000010 1011110 0 100101 100000010 1011000 100001

Color Harmonies of #370AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AA0

Black with #370AA0

Text Example


Text Example

White with #370AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370AA0; }

 p { color: rgb(55,10,160); }

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

background-color css

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

 a { background-color: rgb(55,10,160); }

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

border-color css

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

 span { border-color: rgb(55,10,160); }

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