#35217F

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

Shades of Persian Indigo #35217F

Tints of Persian Indigo #35217F

Color information

#35217F (or 0x35217F) is unknown color: approx Persian Indigo. HEX triplet: 35, 21 and 7F. RGB value is (53,33,127). Sum of RGB (Red+Green+Blue) = 53+33+127=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #35217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35217F is #CADE80. Grayscale: #313131. Windows color (decimal): -13295233 or 8331573. OLE color: 8331573.

HSL color Cylindrical-coordinate representation of color #35217F: hue angle of 252.77º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35217F is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5333127-
CMYK0.580.7400.50
HSL252.77º58.75%31.37%-
HSV(B)252.77º74.02%49.8%-
XYZ5.843.3820.42-
YUV49.7171.63130.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 127 (50% from 255) = 59.62%
R=24.88%
G=15.49%
B=59.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53331270.580.7400.50252.7758.7531.37
Hex35217F3A4A032fd3b1f
Octal6541177721120623757337
Binary1101011000011111111111010100101001100101111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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