#3511A7

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

Shades of Persian Indigo #3511A7

Tints of Persian Indigo #3511A7

Color information

#3511A7 (or 0x3511A7) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and A7. RGB value is (53,17,167). Sum of RGB (Red+Green+Blue) = 53+17+167=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 167 (65.62% from 255 or 70.46% from 237); Max value from RGB is 167 - color contains mainly: blue. Hex color #3511A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3511A7 is #CAEE58. Grayscale: #2C2C2C. Windows color (decimal): -13299289 or 10948917. OLE color: 10948917.

HSL color Cylindrical-coordinate representation of color #3511A7: hue angle of 254.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3511A7 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5317167-
CMYK0.680.9000.35
HSL254.4º81.52%36.08%-
HSV(B)254.4º89.82%65.49%-
XYZ8.643.9536.87-
YUV44.86196.93133.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 167 (65.62% from 255) = 70.46%
R=22.36%
G=7.17%
B=70.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53171670.680.9000.35254.481.5236.08
Hex3511A7445A023fe5224
Octal652124710413204337612244
Binary1101011000110100111100010010110100100011111111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3511A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3511A7; }

 p { color: rgb(53,17,167); }

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

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

 a { background-color: rgb(53,17,167); }

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

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

 span { border-color: rgb(53,17,167); }

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