Html Css Color HEX #370A96 Persian Indigo

📋 copy color: '#370A96'

red 55 ◦ green 10 ◦ blue 150

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

Shades of Persian Indigo #370A96

Tints of Persian Indigo #370A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

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

R = 25.58%
G = 4.65%
B = 69.77%

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

#370A96 (or 0x370A96) is known color: Persian Indigo. HEX triplet: 37, 0A and 96. RGB value is (55,10,150). Sum of RGB (Red+Green+Blue) = 55+10+150=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #370A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A96 is #C8F569. Grayscale: #262626. Windows color (decimal): -13170026 or 9833015. OLE color: 9833015.

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

Color convert

RGB 55 10 150 -
CMYK 0.63 0.93 0 0.41
HSL 259.29º 0.88% 0.31% -
HSV(B) 259.29º 0.93% 0.59% -
XYZ 7.19 3.23 29.1 -
YUV 39.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 55 10 150 0.63 0.93 0 0.41 259.29 0.88 0.31
Hex 37 A 96 3F 5D 0 29 103 58 1F
Octal 67 12 226 77 135 0 51 403 130 37
Binary 110111 1010 10010110 111111 1011101 0 101001 100000011 1011000 11111

Color Harmonies of #370A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A96

Black with #370A96

Text Example


Text Example

White with #370A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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