#360692

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

Shades of Persian Indigo #360692

Tints of Persian Indigo #360692

Color information

#360692 (or 0x360692) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 92. RGB value is (54,6,146). Sum of RGB (Red+Green+Blue) = 54+6+146=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #360692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360692 is #C9F96D. Grayscale: #232323. Windows color (decimal): -13236590 or 9569846. OLE color: 9569846.

HSL color Cylindrical-coordinate representation of color #360692: hue angle of 260.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360692 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB546146-
CMYK0.630.9600.43
HSL260.57º92.11%29.8%-
HSV(B)260.57º95.89%57.25%-
XYZ6.772.9927.41-
YUV36.31189.9140.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 146 (57.42% from 255) = 70.87%
R=26.21%
G=2.91%
B=70.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5461460.630.9600.43260.5792.1129.8
Hex366923F6002B1055c1e
Octal6662227714005340513436
Binary1101101101001001011111111000000101011100000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360692; }

 p { color: rgb(54,6,146); }

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

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

 a { background-color: rgb(54,6,146); }

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

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

 span { border-color: rgb(54,6,146); }

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