#350280

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

Shades of Persian Indigo #350280

Tints of Persian Indigo #350280

Color information

#350280 (or 0x350280) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 80. RGB value is (53,2,128). Sum of RGB (Red+Green+Blue) = 53+2+128=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #350280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350280 is #CAFD7F. Grayscale: #1F1F1F. Windows color (decimal): -13303168 or 8389173. OLE color: 8389173.

HSL color Cylindrical-coordinate representation of color #350280: hue angle of 264.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350280 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB532128-
CMYK0.590.9800.50
HSL264.29º96.92%25.49%-
HSV(B)264.29º98.44%50.2%-
XYZ5.392.3620.59-
YUV31.61182.4143.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=28.96%
G=1.09%
B=69.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5321280.590.9800.50264.2996.9225.49
Hex352803B620321086119
Octal6522007314206241014131
Binary110101101000000011101111000100110010100001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350280; }

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

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

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

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

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

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

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

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