#351290

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

Shades of Persian Indigo #351290

Tints of Persian Indigo #351290

Color information

#351290 (or 0x351290) is unknown color: approx Persian Indigo. HEX triplet: 35, 12 and 90. RGB value is (53,18,144). Sum of RGB (Red+Green+Blue) = 53+18+144=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #351290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351290 is #CAED6F. Grayscale: #2A2A2A. Windows color (decimal): -13299056 or 9441845. OLE color: 9441845.

HSL color Cylindrical-coordinate representation of color #351290: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351290 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5318144-
CMYK0.630.8800.44
HSL256.67º77.78%31.76%-
HSV(B)256.67º87.5%56.47%-
XYZ6.723.226.65-
YUV42.83185.1135.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 144 (56.64% from 255) = 66.98%
R=24.65%
G=8.37%
B=66.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53181440.630.8800.44256.6777.7831.76
Hex3512903F5802C1014e20
Octal65222207713005440111640
Binary1101011001010010000111111101100001011001000000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351290; }

 p { color: rgb(53,18,144); }

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

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

 a { background-color: rgb(53,18,144); }

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

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

 span { border-color: rgb(53,18,144); }

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