#350887

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

Shades of Persian Indigo #350887

Tints of Persian Indigo #350887

Color information

#350887 (or 0x350887) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 87. RGB value is (53,8,135). Sum of RGB (Red+Green+Blue) = 53+8+135=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #350887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350887 is #CAF778. Grayscale: #232323. Windows color (decimal): -13301625 or 8849461. OLE color: 8849461.

HSL color Cylindrical-coordinate representation of color #350887: hue angle of 261.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350887 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB538135-
CMYK0.610.9400.47
HSL261.26º88.81%28.04%-
HSV(B)261.26º94.07%52.94%-
XYZ5.932.6823.13-
YUV35.93183.91140.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=27.04%
G=4.08%
B=68.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5381350.610.9400.47261.2688.8128.04
Hex358873D5E02F105591c
Octal65102077513605740513134
Binary11010110001000011111110110111100101111100000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350887; }

 p { color: rgb(53,8,135); }

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

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

 a { background-color: rgb(53,8,135); }

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

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

 span { border-color: rgb(53,8,135); }

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