#360871

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

Shades of Persian Indigo #360871

Tints of Persian Indigo #360871

Color information

#360871 (or 0x360871) is unknown color: approx Persian Indigo. HEX triplet: 36, 08 and 71. RGB value is (54,8,113). Sum of RGB (Red+Green+Blue) = 54+8+113=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #360871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360871 is #C9F78E. Grayscale: #212121. Windows color (decimal): -13236111 or 7407670. OLE color: 7407670.

HSL color Cylindrical-coordinate representation of color #360871: hue angle of 266.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360871 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB548113-
CMYK0.520.9300.56
HSL266.29º86.78%23.73%-
HSV(B)266.29º92.92%44.31%-
XYZ4.592.1515.8-
YUV33.72172.74142.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 113 (44.53% from 255) = 64.57%
R=30.86%
G=4.57%
B=64.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5481130.520.9300.56266.2986.7823.73
Hex36871345D03810a5718
Octal66101616413507041212730
Binary1101101000111000111010010111010111000100001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360871; }

 p { color: rgb(54,8,113); }

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

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

 a { background-color: rgb(54,8,113); }

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

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

 span { border-color: rgb(54,8,113); }

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