Html Css Color HEX #370EA2 Persian Indigo

📋 copy color: '#370EA2'

red 55 ◦ green 14 ◦ blue 162

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

Shades of Persian Indigo #370EA2

Tints of Persian Indigo #370EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 162 (63.67% from 255) = 70.13%

R = 23.81%
G = 6.06%
B = 70.13%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#370EA2 (or 0x370EA2) is known color: Persian Indigo. HEX triplet: 37, 0E and A2. RGB value is (55,14,162). Sum of RGB (Red+Green+Blue) = 55+14+162=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #370EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EA2 is #C8F15D. Grayscale: #2A2A2A. Windows color (decimal): -13168990 or 10620471. OLE color: 10620471.

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

Color convert

RGB 55 14 162 -
CMYK 0.66 0.91 0 0.36
HSL 256.62º 0.84% 0.35% -
HSV(B) 256.62º 0.91% 0.64% -
XYZ 8.25 3.73 34.47 -
YUV 43.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 55 14 162 0.66 0.91 0 0.36 256.62 0.84 0.35
Hex 37 E A2 42 5B 0 24 101 54 23
Octal 67 16 242 102 133 0 44 401 124 43
Binary 110111 1110 10100010 1000010 1011011 0 100100 100000001 1010100 100011

Color Harmonies of #370EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EA2

Black with #370EA2

Text Example


Text Example

White with #370EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,162); }

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

background-color css

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

 a { background-color: rgb(55,14,162); }

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

border-color css

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

 span { border-color: rgb(55,14,162); }

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