#360974

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

Shades of Persian Indigo #360974

Tints of Persian Indigo #360974

Color information

#360974 (or 0x360974) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 74. RGB value is (54,9,116). Sum of RGB (Red+Green+Blue) = 54+9+116=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #360974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360974 is #C9F68B. Grayscale: #222222. Windows color (decimal): -13235852 or 7604534. OLE color: 7604534.

HSL color Cylindrical-coordinate representation of color #360974: hue angle of 265.23º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360974 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB549116-
CMYK0.530.9200.55
HSL265.23º85.6%24.51%-
HSV(B)265.23º92.24%45.49%-
XYZ4.772.2416.7-
YUV34.65173.91141.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 116 (45.70% from 255) = 64.80%
R=30.17%
G=5.03%
B=64.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5491160.530.9200.55265.2385.624.51
Hex36974355C0371095619
Octal66111646513406741112631
Binary1101101001111010011010110111000110111100001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360974; }

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

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

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

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

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

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

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

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