#352483

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

Shades of Persian Indigo #352483

Tints of Persian Indigo #352483

Color information

#352483 (or 0x352483) is unknown color: approx Persian Indigo. HEX triplet: 35, 24 and 83. RGB value is (53,36,131). Sum of RGB (Red+Green+Blue) = 53+36+131=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #352483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352483 is #CADB7C. Grayscale: #333333. Windows color (decimal): -13294461 or 8594485. OLE color: 8594485.

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

Color convert

RGB5336131-
CMYK0.600.7300.49
HSL250.74º56.89%32.75%-
HSV(B)250.74º72.52%51.37%-
XYZ6.23.6621.85-
YUV51.91172.63128.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 131 (51.56% from 255) = 59.55%
R=24.09%
G=16.36%
B=59.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53361310.600.7300.49250.7456.8932.75
Hex3524833C49031fb3921
Octal6544203741110613737141
Binary110101100100100000111111001001001011000111111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352483; }

 p { color: rgb(53,36,131); }

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

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

 a { background-color: rgb(53,36,131); }

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

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

 span { border-color: rgb(53,36,131); }

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