Html Css Color HEX #370EA6 Persian Indigo

📋 copy color: '#370EA6'

red 55 ◦ green 14 ◦ blue 166

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

Shades of Persian Indigo #370EA6

Tints of Persian Indigo #370EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 70.64%

R = 23.4%
G = 5.96%
B = 70.64%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#370EA6 (or 0x370EA6) is known color: Persian Indigo. HEX triplet: 37, 0E and A6. RGB value is (55,14,166). Sum of RGB (Red+Green+Blue) = 55+14+166=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #370EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EA6 is #C8F159. Grayscale: #2B2B2B. Windows color (decimal): -13168986 or 10882615. OLE color: 10882615.

HSL color Cylindrical-coordinate representation of color #370EA6: hue angle of 256.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370EA6 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 14 166 -
CMYK 0.67 0.92 0 0.35
HSL 256.18º 0.84% 0.35% -
HSV(B) 256.18º 0.92% 0.65% -
XYZ 8.62 3.88 36.37 -
YUV 43.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 55 14 166 0.67 0.92 0 0.35 256.18 0.84 0.35
Hex 37 E A6 43 5C 0 23 100 54 23
Octal 67 16 246 103 134 0 43 400 124 43
Binary 110111 1110 10100110 1000011 1011100 0 100011 100000000 1010100 100011

Color Harmonies of #370EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EA6

Black with #370EA6

Text Example


Text Example

White with #370EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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