#35169F

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

Shades of Persian Indigo #35169F

Tints of Persian Indigo #35169F

Color information

#35169F (or 0x35169F) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 9F. RGB value is (53,22,159). Sum of RGB (Red+Green+Blue) = 53+22+159=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #35169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35169F is #CAE960. Grayscale: #2E2E2E. Windows color (decimal): -13298017 or 10425909. OLE color: 10425909.

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

Color convert

RGB5322159-
CMYK0.670.8600.38
HSL253.58º75.69%35.49%-
HSV(B)253.58º86.16%62.35%-
XYZ8.013.8333.12-
YUV46.89191.27132.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=22.65%
G=9.40%
B=67.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53221590.670.8600.38253.5875.6935.49
Hex35169F4356026fe4c23
Octal652623710312604637611443
Binary1101011011010011111100001110101100100110111111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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