#360271

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

Shades of Persian Indigo #360271

Tints of Persian Indigo #360271

Color information

#360271 (or 0x360271) is unknown color: approx Persian Indigo. HEX triplet: 36, 02 and 71. RGB value is (54,2,113). Sum of RGB (Red+Green+Blue) = 54+2+113=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #360271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360271 is #C9FD8E. Grayscale: #1D1D1D. Windows color (decimal): -13237647 or 7406134. OLE color: 7406134.

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

Color convert

RGB542113-
CMYK0.520.9800.56
HSL268.11º96.52%22.55%-
HSV(B)268.11º98.23%44.31%-
XYZ4.522.0215.77-
YUV30.2174.73144.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 113 (44.53% from 255) = 66.86%
R=31.95%
G=1.18%
B=66.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5421130.520.9800.56268.1196.5222.55
Hex36271346203810c6117
Octal6621616414207041414127
Binary11011010111000111010011000100111000100001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360271; }

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

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

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

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

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

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

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

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