#351097

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

Shades of Persian Indigo #351097

Tints of Persian Indigo #351097

Color information

#351097 (or 0x351097) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 97. RGB value is (53,16,151). Sum of RGB (Red+Green+Blue) = 53+16+151=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #351097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351097 is #CAEF68. Grayscale: #292929. Windows color (decimal): -13299561 or 9900085. OLE color: 9900085.

HSL color Cylindrical-coordinate representation of color #351097: hue angle of 256.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351097 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5316151-
CMYK0.650.8900.41
HSL256.44º80.84%32.75%-
HSV(B)256.44º89.4%59.22%-
XYZ7.243.3629.55-
YUV42.45189.26135.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 151 (59.38% from 255) = 68.64%
R=24.09%
G=7.27%
B=68.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53161510.650.8900.41256.4480.8432.75
Hex35109741590291005121
Octal652022710113105140012141
Binary11010110000100101111000001101100101010011000000001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351097; }

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

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

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

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

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

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

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

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