#351884

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

Shades of Persian Indigo #351884

Tints of Persian Indigo #351884

Color information

#351884 (or 0x351884) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 84. RGB value is (53,24,132). Sum of RGB (Red+Green+Blue) = 53+24+132=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #351884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351884 is #CAE77B. Grayscale: #2C2C2C. Windows color (decimal): -13297532 or 8656949. OLE color: 8656949.

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

Color convert

RGB5324132-
CMYK0.600.8200.48
HSL256.11º69.23%30.59%-
HSV(B)256.11º81.82%51.76%-
XYZ5.963.0822.11-
YUV44.98177.11133.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=25.36%
G=11.48%
B=63.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53241320.600.8200.48256.1169.2330.59
Hex3518843C52030100451f
Octal65302047412206040010537
Binary110101110001000010011110010100100110000100000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351884; }

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

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

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

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

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

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

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

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