#350166

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

Shades of Persian Indigo #350166

Tints of Persian Indigo #350166

Color information

#350166 (or 0x350166) is unknown color: approx Persian Indigo. HEX triplet: 35, 01 and 66. RGB value is (53,1,102). Sum of RGB (Red+Green+Blue) = 53+1+102=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #350166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350166 is #CAFE99. Grayscale: #1B1B1B. Windows color (decimal): -13303450 or 6684981. OLE color: 6684981.

HSL color Cylindrical-coordinate representation of color #350166: hue angle of 270.89º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350166 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB531102-
CMYK0.480.9900.6
HSL270.89º98.06%20.2%-
HSV(B)270.89º99.02%40%-
XYZ3.881.7412.7-
YUV28.06169.73145.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=33.97%
G=0.64%
B=65.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5311020.480.9900.6270.8998.0620.2
Hex35166306303C10f6214
Octal6511466014307441714224
Binary1101011110011011000011000110111100100001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350166; }

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

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

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

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

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

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

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

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