Html Css Color HEX #370996 Persian Indigo

📋 copy color: '#370996'

red 55 ◦ green 9 ◦ blue 150

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

Shades of Persian Indigo #370996

Tints of Persian Indigo #370996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 25.7%
G = 4.21%
B = 70.09%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#370996 (or 0x370996) is known color: Persian Indigo. HEX triplet: 37, 09 and 96. RGB value is (55,9,150). Sum of RGB (Red+Green+Blue) = 55+9+150=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #370996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370996 is #C8F669. Grayscale: #262626. Windows color (decimal): -13170282 or 9832759. OLE color: 9832759.

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

Color convert

RGB 55 9 150 -
CMYK 0.63 0.94 0 0.41
HSL 259.57º 0.89% 0.31% -
HSV(B) 259.57º 0.94% 0.59% -
XYZ 7.18 3.21 29.1 -
YUV 38.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 55 9 150 0.63 0.94 0 0.41 259.57 0.89 0.31
Hex 37 9 96 3F 5E 0 29 104 59 1F
Octal 67 11 226 77 136 0 51 404 131 37
Binary 110111 1001 10010110 111111 1011110 0 101001 100000100 1011001 11111

Color Harmonies of #370996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370996

Black with #370996

Text Example


Text Example

White with #370996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370996; }

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

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

background-color css

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

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

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

border-color css

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

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

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