Html Css Color HEX #370B96 Persian Indigo

📋 copy color: '#370B96'

red 55 ◦ green 11 ◦ blue 150

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

Shades of Persian Indigo #370B96

Tints of Persian Indigo #370B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.44%

R = 25.46%
G = 5.09%
B = 69.44%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#370B96 (or 0x370B96) is known color: Persian Indigo. HEX triplet: 37, 0B and 96. RGB value is (55,11,150). Sum of RGB (Red+Green+Blue) = 55+11+150=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #370B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B96 is #C8F469. Grayscale: #272727. Windows color (decimal): -13169770 or 9833271. OLE color: 9833271.

HSL color Cylindrical-coordinate representation of color #370B96: hue angle of 258.99º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370B96 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 11 150 -
CMYK 0.63 0.93 0 0.41
HSL 258.99º 0.86% 0.32% -
HSV(B) 258.99º 0.93% 0.59% -
XYZ 7.2 3.25 29.1 -
YUV 40 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 55 11 150 0.63 0.93 0 0.41 258.99 0.86 0.32
Hex 37 B 96 3F 5D 0 29 103 56 20
Octal 67 13 226 77 135 0 51 403 126 40
Binary 110111 1011 10010110 111111 1011101 0 101001 100000011 1010110 100000

Color Harmonies of #370B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B96

Black with #370B96

Text Example


Text Example

White with #370B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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