#361282

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

Shades of Persian Indigo #361282

Tints of Persian Indigo #361282

Color information

#361282 (or 0x361282) is unknown color: approx Persian Indigo. HEX triplet: 36, 12 and 82. RGB value is (54,18,130). Sum of RGB (Red+Green+Blue) = 54+18+130=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #361282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361282 is #C9ED7D. Grayscale: #292929. Windows color (decimal): -13233534 or 8524342. OLE color: 8524342.

HSL color Cylindrical-coordinate representation of color #361282: hue angle of 259.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361282 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5418130-
CMYK0.580.8600.49
HSL259.29º75.68%29.02%-
HSV(B)259.29º86.15%50.98%-
XYZ5.772.8321.36-
YUV41.53177.93136.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=26.73%
G=8.91%
B=64.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54181300.580.8600.49259.2975.6829.02
Hex3612823A560311034c1d
Octal66222027212606140311435
Binary110110100101000001011101010101100110001100000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361282; }

 p { color: rgb(54,18,130); }

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

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

 a { background-color: rgb(54,18,130); }

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

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

 span { border-color: rgb(54,18,130); }

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