#350264

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

Shades of Persian Indigo #350264

Tints of Persian Indigo #350264

Color information

#350264 (or 0x350264) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 64. RGB value is (53,2,100). Sum of RGB (Red+Green+Blue) = 53+2+100=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #350264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350264 is #CAFD9B. Grayscale: #1C1C1C. Windows color (decimal): -13303196 or 6554165. OLE color: 6554165.

HSL color Cylindrical-coordinate representation of color #350264: hue angle of 271.22º 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 #350264 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB532100-
CMYK0.470.9800.61
HSL271.22º96.08%20%-
HSV(B)271.22º98%39.22%-
XYZ3.791.7212.19-
YUV28.42168.4145.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 100 (39.45% from 255) = 64.52%
R=34.19%
G=1.29%
B=64.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5321000.470.9800.61271.2296.0820
Hex352642F6203D10f6014
Octal6521445714207541714024
Binary11010110110010010111111000100111101100001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350264; }

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

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

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

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

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

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

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

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