Html Css Color HEX #370AAA Persian Indigo

📋 copy color: '#370AAA'

red 55 ◦ green 10 ◦ blue 170

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

Shades of Persian Indigo #370AAA

Tints of Persian Indigo #370AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 23.4%
G = 4.26%
B = 72.34%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370AAA (or 0x370AAA) is known color: Persian Indigo. HEX triplet: 37, 0A and AA. RGB value is (55,10,170). Sum of RGB (Red+Green+Blue) = 55+10+170=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #370AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AAA is #C8F555. Grayscale: #292929. Windows color (decimal): -13170006 or 11143735. OLE color: 11143735.

HSL color Cylindrical-coordinate representation of color #370AAA: hue angle of 256.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AAA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 10 170 -
CMYK 0.68 0.94 0 0.33
HSL 256.88º 0.89% 0.35% -
HSV(B) 256.88º 0.94% 0.67% -
XYZ 8.94 3.93 38.32 -
YUV 41.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 55 10 170 0.68 0.94 0 0.33 256.88 0.89 0.35
Hex 37 A AA 44 5E 0 21 101 59 23
Octal 67 12 252 104 136 0 41 401 131 43
Binary 110111 1010 10101010 1000100 1011110 0 100001 100000001 1011001 100011

Color Harmonies of #370AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AAA

Black with #370AAA

Text Example


Text Example

White with #370AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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