#351990

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

Shades of Persian Indigo #351990

Tints of Persian Indigo #351990

Color information

#351990 (or 0x351990) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 90. RGB value is (53,25,144). Sum of RGB (Red+Green+Blue) = 53+25+144=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #351990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351990 is #CAE66F. Grayscale: #2E2E2E. Windows color (decimal): -13297264 or 9443637. OLE color: 9443637.

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

Color convert

RGB5325144-
CMYK0.630.8300.44
HSL254.12º70.41%33.14%-
HSV(B)254.12º82.64%56.47%-
XYZ6.853.4726.69-
YUV46.94182.78132.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=23.87%
G=11.26%
B=64.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53251440.630.8300.44254.1270.4133.14
Hex3519903F5302Cfe4621
Octal65312207712305437610641
Binary110101110011001000011111110100110101100111111101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351990; }

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

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

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

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

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

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

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

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