#362584

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

Shades of Persian Indigo #362584

Tints of Persian Indigo #362584

Color information

#362584 (or 0x362584) is unknown color: approx Persian Indigo. HEX triplet: 36, 25 and 84. RGB value is (54,37,132). Sum of RGB (Red+Green+Blue) = 54+37+132=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #362584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362584 is #C9DA7B. Grayscale: #343434. Windows color (decimal): -13228668 or 8660278. OLE color: 8660278.

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

Color convert

RGB5437132-
CMYK0.590.7200.48
HSL250.74º56.21%33.14%-
HSV(B)250.74º71.97%51.76%-
XYZ6.353.7722.22-
YUV52.91172.63128.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=24.22%
G=16.59%
B=59.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54371320.590.7200.48250.7456.2133.14
Hex3625843B48030fb3821
Octal6645204731100603737041
Binary110110100101100001001110111001000011000011111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362584; }

 p { color: rgb(54,37,132); }

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

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

 a { background-color: rgb(54,37,132); }

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

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

 span { border-color: rgb(54,37,132); }

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