Html Css Color HEX #370585 Persian Indigo

📋 copy color: '#370585'

red 55 ◦ green 5 ◦ blue 133

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

Shades of Persian Indigo #370585

Tints of Persian Indigo #370585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.91%

R = 28.5%
G = 2.59%
B = 68.91%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#370585 (or 0x370585) is known color: Persian Indigo. HEX triplet: 37, 05 and 85. RGB value is (55,5,133). Sum of RGB (Red+Green+Blue) = 55+5+133=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #370585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370585 is #C8FA7A. Grayscale: #222222. Windows color (decimal): -13171323 or 8717623. OLE color: 8717623.

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

Color convert

RGB 55 5 133 -
CMYK 0.59 0.96 0 0.48
HSL 263.44º 0.93% 0.27% -
HSV(B) 263.44º 0.96% 0.52% -
XYZ 5.86 2.61 22.39 -
YUV 34.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 55 5 133 0.59 0.96 0 0.48 263.44 0.93 0.27
Hex 37 5 85 3B 60 0 30 107 5D 1B
Octal 67 5 205 73 140 0 60 407 135 33
Binary 110111 101 10000101 111011 1100000 0 110000 100000111 1011101 11011

Color Harmonies of #370585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370585

Black with #370585

Text Example


Text Example

White with #370585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370585; }

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

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

background-color css

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

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

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

border-color css

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

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

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