#35106f

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

Shades of Persian Indigo #35106F

Tints of Persian Indigo #35106F

Color information

#35106F (or 0x35106F) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 6F. RGB value is (53,16,111). Sum of RGB (Red+Green+Blue) = 53+16+111=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #35106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35106F is #CAEF90. Grayscale: #252525. Windows color (decimal): -13299601 or 7278645. OLE color: 7278645.

HSL color Cylindrical-coordinate representation of color #35106F: hue angle of 263.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35106F is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5316111-
CMYK0.520.8600.56
HSL263.37º74.8%24.9%-
HSV(B)263.37º85.59%43.53%-
XYZ4.522.2815.24-
YUV37.89169.26138.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=29.44%
G=8.89%
B=61.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53161110.520.8600.56263.3774.824.9
Hex35106F34560381074b19
Octal65201576412607040711331
Binary11010110000110111111010010101100111000100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35106f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35106f; }

 p { color: rgb(53,16,111); }

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

<style>
 a { background-color: #35106f; }

 a { background-color: rgb(53,16,111); }

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

<style>
 span { border-color: #35106f; }

 span { border-color: rgb(53,16,111); }

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