Html Css Color HEX #370587 Persian Indigo

📋 copy color: '#370587'

red 55 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #370587

Tints of Persian Indigo #370587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 69.23%

R = 28.21%
G = 2.56%
B = 69.23%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370587 (or 0x370587) is known color: Persian Indigo. HEX triplet: 37, 05 and 87. RGB value is (55,5,135). Sum of RGB (Red+Green+Blue) = 55+5+135=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #370587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370587 is #C8FA78. Grayscale: #222222. Windows color (decimal): -13171321 or 8848695. OLE color: 8848695.

HSL color Cylindrical-coordinate representation of color #370587: hue angle of 263.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370587 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 5 135 -
CMYK 0.59 0.96 0 0.47
HSL 263.08º 0.93% 0.27% -
HSV(B) 263.08º 0.96% 0.53% -
XYZ 6 2.67 23.12 -
YUV 34.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 55 5 135 0.59 0.96 0 0.47 263.08 0.93 0.27
Hex 37 5 87 3B 60 0 2F 107 5D 1B
Octal 67 5 207 73 140 0 57 407 135 33
Binary 110111 101 10000111 111011 1100000 0 101111 100000111 1011101 11011

Color Harmonies of #370587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370587

Black with #370587

Text Example


Text Example

White with #370587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370587; }

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

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

background-color css

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

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

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

border-color css

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

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

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