Html Css Color HEX #370BAB Persian Indigo

📋 copy color: '#370BAB'

red 55 ◦ green 11 ◦ blue 171

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

Shades of Persian Indigo #370BAB

Tints of Persian Indigo #370BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.64%

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

R = 23.21%
G = 4.64%
B = 72.15%

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

#370BAB (or 0x370BAB) is known color: Persian Indigo. HEX triplet: 37, 0B and AB. RGB value is (55,11,171). Sum of RGB (Red+Green+Blue) = 55+11+171=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #370BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAB is #C8F454. Grayscale: #292929. Windows color (decimal): -13169749 or 11209527. OLE color: 11209527.

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

Color convert

RGB 55 11 171 -
CMYK 0.68 0.94 0 0.33
HSL 256.5º 0.88% 0.36% -
HSV(B) 256.5º 0.94% 0.67% -
XYZ 9.05 3.99 38.82 -
YUV 42.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 55 11 171 0.68 0.94 0 0.33 256.5 0.88 0.36
Hex 37 B AB 44 5E 0 21 100 58 24
Octal 67 13 253 104 136 0 41 400 130 44
Binary 110111 1011 10101011 1000100 1011110 0 100001 100000000 1011000 100100

Color Harmonies of #370BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BAB

Black with #370BAB

Text Example


Text Example

White with #370BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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