#350399

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

Shades of Persian Indigo #350399

Tints of Persian Indigo #350399

Color information

#350399 (or 0x350399) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 99. RGB value is (53,3,153). Sum of RGB (Red+Green+Blue) = 53+3+153=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #350399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350399 is #CAFC66. Grayscale: #222222. Windows color (decimal): -13302887 or 10027829. OLE color: 10027829.

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

Color convert

RGB533153-
CMYK0.650.9800.4
HSL260º96.15%30.59%-
HSV(B)260º98.04%60%-
XYZ7.253.1230.36-
YUV35.05194.56140.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=25.36%
G=1.44%
B=73.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5331530.650.9800.426096.1530.59
Hex353994162028104601f
Octal65323110114205040414037
Binary1101011110011001100000111000100101000100000100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350399; }

 p { color: rgb(53,3,153); }

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

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

 a { background-color: rgb(53,3,153); }

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

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

 span { border-color: rgb(53,3,153); }

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