#361480

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

Shades of Persian Indigo #361480

Tints of Persian Indigo #361480

Color information

#361480 (or 0x361480) is unknown color: approx Persian Indigo. HEX triplet: 36, 14 and 80. RGB value is (54,20,128). Sum of RGB (Red+Green+Blue) = 54+20+128=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #361480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361480 is #C9EB7F. Grayscale: #2A2A2A. Windows color (decimal): -13233024 or 8393782. OLE color: 8393782.

HSL color Cylindrical-coordinate representation of color #361480: hue angle of 258.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361480 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5420128-
CMYK0.580.8400.50
HSL258.89º72.97%29.02%-
HSV(B)258.89º84.38%50.2%-
XYZ5.672.8420.67-
YUV42.48176.26136.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 128 (50.39% from 255) = 63.37%
R=26.73%
G=9.90%
B=63.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54201280.580.8400.50258.8972.9729.02
Hex3614803A54032103491d
Octal66242007212406240311135
Binary110110101001000000011101010101000110010100000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361480; }

 p { color: rgb(54,20,128); }

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

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

 a { background-color: rgb(54,20,128); }

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

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

 span { border-color: rgb(54,20,128); }

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