#362685

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

Shades of Persian Indigo #362685

Tints of Persian Indigo #362685

Color information

#362685 (or 0x362685) is unknown color: approx Persian Indigo. HEX triplet: 36, 26 and 85. RGB value is (54,38,133). Sum of RGB (Red+Green+Blue) = 54+38+133=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #362685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362685 is #C9D97A. Grayscale: #353535. Windows color (decimal): -13228411 or 8726070. OLE color: 8726070.

HSL color Cylindrical-coordinate representation of color #362685: hue angle of 250.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362685 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5438133-
CMYK0.590.7100.48
HSL250.11º55.56%33.53%-
HSV(B)250.11º71.43%52.16%-
XYZ6.453.8622.6-
YUV53.61172.8128.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=24%
G=16.89%
B=59.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54381330.590.7100.48250.1155.5633.53
Hex3626853B47030fa3822
Octal6646205731070603727042
Binary110110100110100001011110111000111011000011111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362685; }

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

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

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

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

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

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

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

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