#35159F

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

Shades of Persian Indigo #35159F

Tints of Persian Indigo #35159F

Color information

#35159F (or 0x35159F) is unknown color: approx Persian Indigo. HEX triplet: 35, 15 and 9F. RGB value is (53,21,159). Sum of RGB (Red+Green+Blue) = 53+21+159=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #35159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35159F is #CAEA60. Grayscale: #2D2D2D. Windows color (decimal): -13298273 or 10425653. OLE color: 10425653.

HSL color Cylindrical-coordinate representation of color #35159F: hue angle of 253.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35159F is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5321159-
CMYK0.670.8700.38
HSL253.91º76.67%35.29%-
HSV(B)253.91º86.79%62.35%-
XYZ7.993.833.11-
YUV46.3191.6132.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=22.75%
G=9.01%
B=68.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53211590.670.8700.38253.9176.6735.29
Hex35159F4357026fe4d23
Octal652523710312704637611543
Binary1101011010110011111100001110101110100110111111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,21,159); }

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

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

 a { background-color: rgb(53,21,159); }

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

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

 span { border-color: rgb(53,21,159); }

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