#35217C

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

Shades of Persian Indigo #35217C

Tints of Persian Indigo #35217C

Color information

#35217C (or 0x35217C) is unknown color: approx Persian Indigo. HEX triplet: 35, 21 and 7C. RGB value is (53,33,124). Sum of RGB (Red+Green+Blue) = 53+33+124=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #35217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35217C is #CADE83. Grayscale: #313131. Windows color (decimal): -13295236 or 8134965. OLE color: 8134965.

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

Color convert

RGB5333124-
CMYK0.570.7300.51
HSL253.19º57.96%30.78%-
HSV(B)253.19º73.39%48.63%-
XYZ5.653.319.41-
YUV49.35170.13130.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=25.24%
G=15.71%
B=59.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53331240.570.7300.51253.1957.9630.78
Hex35217C3949033fd3a1f
Octal6541174711110633757237
Binary1101011000011111100111001100100101100111111110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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