#360967

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

Shades of Persian Indigo #360967

Tints of Persian Indigo #360967

Color information

#360967 (or 0x360967) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 67. RGB value is (54,9,103). Sum of RGB (Red+Green+Blue) = 54+9+103=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #360967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360967 is #C9F698. Grayscale: #202020. Windows color (decimal): -13235865 or 6752566. OLE color: 6752566.

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

Color convert

RGB549103-
CMYK0.480.9100.60
HSL268.72º83.93%21.96%-
HSV(B)268.72º91.26%40.39%-
XYZ4.071.9613-
YUV33.17167.41142.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=32.53%
G=5.42%
B=62.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5491030.480.9100.60268.7283.9321.96
Hex36967305B03C10d5416
Octal66111476013307441512426
Binary1101101001110011111000010110110111100100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360967; }

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

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

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

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

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

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

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

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