#350268

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

Shades of Persian Indigo #350268

Tints of Persian Indigo #350268

Color information

#350268 (or 0x350268) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 68. RGB value is (53,2,104). Sum of RGB (Red+Green+Blue) = 53+2+104=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #350268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350268 is #CAFD97. Grayscale: #1C1C1C. Windows color (decimal): -13303192 or 6816309. OLE color: 6816309.

HSL color Cylindrical-coordinate representation of color #350268: hue angle of 270º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350268 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB532104-
CMYK0.490.9800.59
HSL270º96.23%20.78%-
HSV(B)270º98.08%40.78%-
XYZ3.991.813.23-
YUV28.88170.4145.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 104 (41.02% from 255) = 65.41%
R=33.33%
G=1.26%
B=65.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5321040.490.9800.5927096.2320.78
Hex35268316203B10e6015
Octal6521506114207341614025
Binary11010110110100011000111000100111011100001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350268; }

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

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

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

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

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

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

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

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