Html Css Color HEX #370595 Persian Indigo

📋 copy color: '#370595'

red 55 ◦ green 5 ◦ blue 149

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

Shades of Persian Indigo #370595

Tints of Persian Indigo #370595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 26.32%
G = 2.39%
B = 71.29%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370595 (or 0x370595) is known color: Persian Indigo. HEX triplet: 37, 05 and 95. RGB value is (55,5,149). Sum of RGB (Red+Green+Blue) = 55+5+149=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #370595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370595 is #C8FA6A. Grayscale: #232323. Windows color (decimal): -13171307 or 9766199. OLE color: 9766199.

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

Color convert

RGB 55 5 149 -
CMYK 0.63 0.97 0 0.42
HSL 260.83º 0.94% 0.3% -
HSV(B) 260.83º 0.97% 0.58% -
XYZ 7.05 3.09 28.66 -
YUV 36.37 191.57 141.29 -
System Red Green Blue C M Y K H S L
Decimal 55 5 149 0.63 0.97 0 0.42 260.83 0.94 0.3
Hex 37 5 95 3F 61 0 2A 105 5E 1E
Octal 67 5 225 77 141 0 52 405 136 36
Binary 110111 101 10010101 111111 1100001 0 101010 100000101 1011110 11110

Color Harmonies of #370595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370595

Black with #370595

Text Example


Text Example

White with #370595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370595; }

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

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

background-color css

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

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

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

border-color css

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

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

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