#360394

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

Shades of Persian Indigo #360394

Tints of Persian Indigo #360394

Color information

#360394 (or 0x360394) is unknown color: approx Persian Indigo. HEX triplet: 36, 03 and 94. RGB value is (54,3,148). Sum of RGB (Red+Green+Blue) = 54+3+148=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #360394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360394 is #C9FC6B. Grayscale: #222222. Windows color (decimal): -13237356 or 9700150. OLE color: 9700150.

HSL color Cylindrical-coordinate representation of color #360394: hue angle of 261.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360394 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB543148-
CMYK0.640.9800.42
HSL261.1º96.03%29.61%-
HSV(B)261.1º97.97%58.04%-
XYZ6.92.9928.23-
YUV34.78191.9141.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 148 (58.20% from 255) = 72.20%
R=26.34%
G=1.46%
B=72.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5431480.640.9800.42261.196.0329.61
Hex36394406202A105601e
Octal66322410014205240514036
Binary1101101110010100100000011000100101010100000101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360394; }

 p { color: rgb(54,3,148); }

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

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

 a { background-color: rgb(54,3,148); }

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

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

 span { border-color: rgb(54,3,148); }

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