#360968

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

Shades of Persian Indigo #360968

Tints of Persian Indigo #360968

Color information

#360968 (or 0x360968) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 68. RGB value is (54,9,104). Sum of RGB (Red+Green+Blue) = 54+9+104=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #360968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360968 is #C9F697. Grayscale: #202020. Windows color (decimal): -13235864 or 6818102. OLE color: 6818102.

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

Color convert

RGB549104-
CMYK0.480.9100.59
HSL268.42º84.07%22.16%-
HSV(B)268.42º91.35%40.78%-
XYZ4.121.9813.26-
YUV33.29167.91142.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=32.34%
G=5.39%
B=62.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5491040.480.9100.59268.4284.0722.16
Hex36968305B03B10c5416
Octal66111506013307341412426
Binary1101101001110100011000010110110111011100001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360968; }

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

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

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

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

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

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

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

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