#350263

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

Shades of Persian Indigo #350263

Tints of Persian Indigo #350263

Color information

#350263 (or 0x350263) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 63. RGB value is (53,2,99). Sum of RGB (Red+Green+Blue) = 53+2+99=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #350263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350263 is #CAFD9C. Grayscale: #1B1B1B. Windows color (decimal): -13303197 or 6488629. OLE color: 6488629.

HSL color Cylindrical-coordinate representation of color #350263: hue angle of 271.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350263 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB53299-
CMYK0.460.9800.61
HSL271.55º96.04%19.8%-
HSV(B)271.55º97.98%38.82%-
XYZ3.741.711.94-
YUV28.31167.9145.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=34.42%
G=1.30%
B=64.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal532990.460.9800.61271.5596.0419.8
Hex352632E6203D1106014
Octal6521435614207542014024
Binary11010110110001110111011000100111101100010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350263; }

 p { color: rgb(53,2,99); }

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

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

 a { background-color: rgb(53,2,99); }

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

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

 span { border-color: rgb(53,2,99); }

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