#35016D

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

Shades of Persian Indigo #35016D

Tints of Persian Indigo #35016D

Color information

#35016D (or 0x35016D) is unknown color: approx Persian Indigo. HEX triplet: 35, 01 and 6D. RGB value is (53,1,109). Sum of RGB (Red+Green+Blue) = 53+1+109=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #35016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35016D is #CAFE92. Grayscale: #1C1C1C. Windows color (decimal): -13303443 or 7143733. OLE color: 7143733.

HSL color Cylindrical-coordinate representation of color #35016D: hue angle of 268.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35016D is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB531109-
CMYK0.510.9900.57
HSL268.89º98.18%21.57%-
HSV(B)268.89º99.08%42.75%-
XYZ4.241.8814.61-
YUV28.86173.23145.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=32.52%
G=0.61%
B=66.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5311090.510.9900.57268.8998.1821.57
Hex3516D336303910d6216
Octal6511556314307141514226
Binary1101011110110111001111000110111001100001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35016D; }

 p { color: rgb(53,1,109); }

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

<style>
 a { background-color: #35016D; }

 a { background-color: rgb(53,1,109); }

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

<style>
 span { border-color: #35016D; }

 span { border-color: rgb(53,1,109); }

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