#370985

Color #370985 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #370985

Tints of Persian Indigo #370985

Color information

#370985 (or 0x370985) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 85. RGB value is (55,9,133). Sum of RGB (Red+Green+Blue) = 55+9+133=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #370985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370985 is #C8F67A. Grayscale: #242424. Windows color (decimal): -13170299 or 8718647. OLE color: 8718647.

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

Color convert

RGB559133-
CMYK0.590.9300.48
HSL262.26º87.32%27.84%-
HSV(B)262.26º93.23%52.16%-
XYZ5.912.722.4-
YUV36.89182.24140.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=27.92%
G=4.57%
B=67.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5591330.590.9300.48262.2687.3227.84
Hex379853B5D030106571c
Octal67112057313506040612734
Binary11011110011000010111101110111010110000100000110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370985; }

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

 H1.HeaderClassName
 {
   color: #370985;
 }
 .AnyTagClassName
 {
   color: #370985;
 }
</style>
background-color css

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

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

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

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

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

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