#350276

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

Shades of Persian Indigo #350276

Tints of Persian Indigo #350276

Color information

#350276 (or 0x350276) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 76. RGB value is (53,2,118). Sum of RGB (Red+Green+Blue) = 53+2+118=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #350276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350276 is #CAFD89. Grayscale: #1E1E1E. Windows color (decimal): -13303178 or 7733813. OLE color: 7733813.

HSL color Cylindrical-coordinate representation of color #350276: hue angle of 266.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350276 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB532118-
CMYK0.550.9800.54
HSL266.38º96.67%23.53%-
HSV(B)266.38º98.31%46.27%-
XYZ4.762.1117.3-
YUV30.47177.4144.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=30.64%
G=1.16%
B=68.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5321180.550.9800.54266.3896.6723.53
Hex35276376203610a6118
Octal6521666714206641214130
Binary11010110111011011011111000100110110100001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350276; }

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

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

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

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

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

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

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

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