#362289

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

Shades of Persian Indigo #362289

Tints of Persian Indigo #362289

Color information

#362289 (or 0x362289) is unknown color: approx Persian Indigo. HEX triplet: 36, 22 and 89. RGB value is (54,34,137). Sum of RGB (Red+Green+Blue) = 54+34+137=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #362289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362289 is #C9DD76. Grayscale: #333333. Windows color (decimal): -13229431 or 8987190. OLE color: 8987190.

HSL color Cylindrical-coordinate representation of color #362289: hue angle of 251.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362289 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5434137-
CMYK0.610.7500.46
HSL251.65º60.23%33.53%-
HSV(B)251.65º75.18%53.73%-
XYZ6.613.7324.04-
YUV51.72176.13129.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 137 (53.91% from 255) = 60.89%
R=24%
G=15.11%
B=60.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54341370.610.7500.46251.6560.2333.53
Hex3622893D4B02Efc3c22
Octal6642211751130563747442
Binary110110100010100010011111011001011010111011111100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362289; }

 p { color: rgb(54,34,137); }

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

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

 a { background-color: rgb(54,34,137); }

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

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

 span { border-color: rgb(54,34,137); }

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