#35217A

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

Shades of Persian Indigo #35217A

Tints of Persian Indigo #35217A

Color information

#35217A (or 0x35217A) is unknown color: approx Persian Indigo. HEX triplet: 35, 21 and 7A. RGB value is (53,33,122). Sum of RGB (Red+Green+Blue) = 53+33+122=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #35217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35217A is #CADE85. Grayscale: #303030. Windows color (decimal): -13295238 or 8003893. OLE color: 8003893.

HSL color Cylindrical-coordinate representation of color #35217A: hue angle of 253.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35217A is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5333122-
CMYK0.570.7300.52
HSL253.48º57.42%30.39%-
HSV(B)253.48º72.95%47.84%-
XYZ5.523.2518.75-
YUV49.13169.13130.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=25.48%
G=15.87%
B=58.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53331220.570.7300.52253.4857.4230.39
Hex35217A3949034fd391e
Octal6541172711110643757136
Binary1101011000011111010111001100100101101001111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35217A; }

 p { color: rgb(53,33,122); }

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

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

 a { background-color: rgb(53,33,122); }

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

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

 span { border-color: rgb(53,33,122); }

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