#351496

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

Shades of Persian Indigo #351496

Tints of Persian Indigo #351496

Color information

#351496 (or 0x351496) is unknown color: approx Persian Indigo. HEX triplet: 35, 14 and 96. RGB value is (53,20,150). Sum of RGB (Red+Green+Blue) = 53+20+150=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #351496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351496 is #CAEB69. Grayscale: #2C2C2C. Windows color (decimal): -13298538 or 9835573. OLE color: 9835573.

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

Color convert

RGB5320150-
CMYK0.650.8700.41
HSL255.23º76.47%33.33%-
HSV(B)255.23º86.67%58.82%-
XYZ7.223.4629.14-
YUV44.69187.43133.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=23.77%
G=8.97%
B=67.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53201500.650.8700.41255.2376.4733.33
Hex3514964157029ff4c21
Octal652422610112705137711441
Binary1101011010010010110100000110101110101001111111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351496; }

 p { color: rgb(53,20,150); }

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

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

 a { background-color: rgb(53,20,150); }

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

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

 span { border-color: rgb(53,20,150); }

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