Html Css Color HEX #370995 Persian Indigo

📋 copy color: '#370995'

red 55 ◦ green 9 ◦ blue 149

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

Shades of Persian Indigo #370995

Tints of Persian Indigo #370995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.95%

R = 25.82%
G = 4.23%
B = 69.95%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370995 (or 0x370995) is known color: Persian Indigo. HEX triplet: 37, 09 and 95. RGB value is (55,9,149). Sum of RGB (Red+Green+Blue) = 55+9+149=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #370995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370995 is #C8F66A. Grayscale: #262626. Windows color (decimal): -13170283 or 9767223. OLE color: 9767223.

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

Color convert

RGB 55 9 149 -
CMYK 0.63 0.94 0 0.42
HSL 259.71º 0.89% 0.31% -
HSV(B) 259.71º 0.94% 0.58% -
XYZ 7.1 3.18 28.67 -
YUV 38.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 55 9 149 0.63 0.94 0 0.42 259.71 0.89 0.31
Hex 37 9 95 3F 5E 0 2A 104 59 1F
Octal 67 11 225 77 136 0 52 404 131 37
Binary 110111 1001 10010101 111111 1011110 0 101010 100000100 1011001 11111

Color Harmonies of #370995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370995

Black with #370995

Text Example


Text Example

White with #370995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370995; }

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

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

background-color css

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

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

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

border-color css

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

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

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