Html Css Color HEX #370EAB Persian Indigo

📋 copy color: '#370EAB'

red 55 ◦ green 14 ◦ blue 171

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

Shades of Persian Indigo #370EAB

Tints of Persian Indigo #370EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 22.92%
G = 5.83%
B = 71.25%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370EAB (or 0x370EAB) is known color: Persian Indigo. HEX triplet: 37, 0E and AB. RGB value is (55,14,171). Sum of RGB (Red+Green+Blue) = 55+14+171=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #370EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370EAB is #C8F154. Grayscale: #2B2B2B. Windows color (decimal): -13168981 or 11210295. OLE color: 11210295.

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

Color convert

RGB 55 14 171 -
CMYK 0.68 0.92 0 0.33
HSL 255.67º 0.85% 0.36% -
HSV(B) 255.67º 0.92% 0.67% -
XYZ 9.08 4.07 38.83 -
YUV 44.16 199.58 135.73 -
System Red Green Blue C M Y K H S L
Decimal 55 14 171 0.68 0.92 0 0.33 255.67 0.85 0.36
Hex 37 E AB 44 5C 0 21 100 55 24
Octal 67 16 253 104 134 0 41 400 125 44
Binary 110111 1110 10101011 1000100 1011100 0 100001 100000000 1010101 100100

Color Harmonies of #370EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EAB

Black with #370EAB

Text Example


Text Example

White with #370EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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