#360293

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

Shades of Persian Indigo #360293

Tints of Persian Indigo #360293

Color information

#360293 (or 0x360293) is unknown color: approx Persian Indigo. HEX triplet: 36, 02 and 93. RGB value is (54,2,147). Sum of RGB (Red+Green+Blue) = 54+2+147=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #360293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360293 is #C9FD6C. Grayscale: #212121. Windows color (decimal): -13237613 or 9634358. OLE color: 9634358.

HSL color Cylindrical-coordinate representation of color #360293: hue angle of 261.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360293 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB542147-
CMYK0.630.9900.42
HSL261.52º97.32%29.22%-
HSV(B)261.52º98.64%57.65%-
XYZ6.812.9327.81-
YUV34.08191.73142.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 147 (57.81% from 255) = 72.41%
R=26.60%
G=0.99%
B=72.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5421470.630.9900.42261.5297.3229.22
Hex362933F6302A106611d
Octal6622237714305240614135
Binary110110101001001111111111000110101010100000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360293; }

 p { color: rgb(54,2,147); }

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

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

 a { background-color: rgb(54,2,147); }

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

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

 span { border-color: rgb(54,2,147); }

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