Html Css Color HEX #370AA4 Persian Indigo

📋 copy color: '#370AA4'

red 55 ◦ green 10 ◦ blue 164

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

Shades of Persian Indigo #370AA4

Tints of Persian Indigo #370AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 71.62%

R = 24.02%
G = 4.37%
B = 71.62%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#370AA4 (or 0x370AA4) is known color: Persian Indigo. HEX triplet: 37, 0A and A4. RGB value is (55,10,164). Sum of RGB (Red+Green+Blue) = 55+10+164=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #370AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AA4 is #C8F55B. Grayscale: #282828. Windows color (decimal): -13170012 or 10750519. OLE color: 10750519.

HSL color Cylindrical-coordinate representation of color #370AA4: hue angle of 257.53º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AA4 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 10 164 -
CMYK 0.66 0.94 0 0.36
HSL 257.53º 0.89% 0.34% -
HSV(B) 257.53º 0.94% 0.64% -
XYZ 8.38 3.71 35.4 -
YUV 41.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 55 10 164 0.66 0.94 0 0.36 257.53 0.89 0.34
Hex 37 A A4 42 5E 0 24 102 59 22
Octal 67 12 244 102 136 0 44 402 131 42
Binary 110111 1010 10100100 1000010 1011110 0 100100 100000010 1011001 100010

Color Harmonies of #370AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AA4

Black with #370AA4

Text Example


Text Example

White with #370AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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