#351184

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

Shades of Persian Indigo #351184

Tints of Persian Indigo #351184

Color information

#351184 (or 0x351184) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 84. RGB value is (53,17,132). Sum of RGB (Red+Green+Blue) = 53+17+132=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #351184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351184 is #CAEE7B. Grayscale: #282828. Windows color (decimal): -13299324 or 8655157. OLE color: 8655157.

HSL color Cylindrical-coordinate representation of color #351184: hue angle of 258.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351184 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5317132-
CMYK0.600.8700.48
HSL258.78º77.18%29.22%-
HSV(B)258.78º87.12%51.76%-
XYZ5.832.8222.07-
YUV40.87179.43136.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 132 (51.95% from 255) = 65.35%
R=26.24%
G=8.42%
B=65.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53171320.600.8700.48258.7877.1829.22
Hex3511843C570301034d1d
Octal65212047412706040311535
Binary110101100011000010011110010101110110000100000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351184; }

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

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

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

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

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

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

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

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