#361570

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

Shades of Persian Indigo #361570

Tints of Persian Indigo #361570

Color information

#361570 (or 0x361570) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 70. RGB value is (54,21,112). Sum of RGB (Red+Green+Blue) = 54+21+112=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #361570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361570 is #C9EA8F. Grayscale: #282828. Windows color (decimal): -13232784 or 7345462. OLE color: 7345462.

HSL color Cylindrical-coordinate representation of color #361570: hue angle of 261.76º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361570 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5421112-
CMYK0.520.8100.56
HSL261.76º68.42%26.08%-
HSV(B)261.76º81.25%43.92%-
XYZ4.712.4915.56-
YUV41.24167.93137.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=28.88%
G=11.23%
B=59.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54211120.520.8100.56261.7668.4226.08
Hex3615703451038106441a
Octal66251606412107040610432
Binary11011010101111000011010010100010111000100000110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361570; }

 p { color: rgb(54,21,112); }

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

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

 a { background-color: rgb(54,21,112); }

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

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

 span { border-color: rgb(54,21,112); }

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