#361071

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

Shades of Persian Indigo #361071

Tints of Persian Indigo #361071

Color information

#361071 (or 0x361071) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 71. RGB value is (54,16,113). Sum of RGB (Red+Green+Blue) = 54+16+113=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #361071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361071 is #C9EF8E. Grayscale: #262626. Windows color (decimal): -13234063 or 7409718. OLE color: 7409718.

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

Color convert

RGB5416113-
CMYK0.520.8600.56
HSL263.51º75.19%25.29%-
HSV(B)263.51º85.84%44.31%-
XYZ4.692.3515.83-
YUV38.42170.09139.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=29.51%
G=8.74%
B=61.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54161130.520.8600.56263.5175.1925.29
Hex36107134560381084b19
Octal66201616412607041011331
Binary11011010000111000111010010101100111000100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361071; }

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

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

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

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

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

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

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

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