#360567

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

Shades of Persian Indigo #360567

Tints of Persian Indigo #360567

Color information

#360567 (or 0x360567) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 67. RGB value is (54,5,103). Sum of RGB (Red+Green+Blue) = 54+5+103=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #360567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360567 is #C9FA98. Grayscale: #1E1E1E. Windows color (decimal): -13236889 or 6751542. OLE color: 6751542.

HSL color Cylindrical-coordinate representation of color #360567: hue angle of 270º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360567 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB545103-
CMYK0.480.9500.60
HSL270º90.74%21.18%-
HSV(B)270º95.15%40.39%-
XYZ4.021.8712.98-
YUV30.82168.73144.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 103 (40.62% from 255) = 63.58%
R=33.33%
G=3.09%
B=63.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5451030.480.9500.6027090.7421.18
Hex36567305F03C10e5b15
Octal6651476013707441613325
Binary110110101110011111000010111110111100100001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360567; }

 p { color: rgb(54,5,103); }

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

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

 a { background-color: rgb(54,5,103); }

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

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

 span { border-color: rgb(54,5,103); }

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