#362682

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

Shades of Persian Indigo #362682

Tints of Persian Indigo #362682

Color information

#362682 (or 0x362682) is unknown color: approx Persian Indigo. HEX triplet: 36, 26 and 82. RGB value is (54,38,130). Sum of RGB (Red+Green+Blue) = 54+38+130=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #362682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362682 is #C9D97D. Grayscale: #343434. Windows color (decimal): -13228414 or 8529462. OLE color: 8529462.

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

Color convert

RGB5438130-
CMYK0.580.7100.49
HSL250.43º54.76%32.94%-
HSV(B)250.43º70.77%50.98%-
XYZ6.243.7821.52-
YUV53.27171.3128.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=24.32%
G=17.12%
B=58.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54381300.580.7100.49250.4354.7632.94
Hex3626823A47031fa3721
Octal6646202721070613726741
Binary110110100110100000101110101000111011000111111010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362682; }

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

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

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

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

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

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

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

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