#350871

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

Shades of Persian Indigo #350871

Tints of Persian Indigo #350871

Color information

#350871 (or 0x350871) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 71. RGB value is (53,8,113). Sum of RGB (Red+Green+Blue) = 53+8+113=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #350871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350871 is #CAF78E. Grayscale: #212121. Windows color (decimal): -13301647 or 7407669. OLE color: 7407669.

HSL color Cylindrical-coordinate representation of color #350871: hue angle of 265.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350871 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB538113-
CMYK0.530.9300.56
HSL265.71º86.78%23.73%-
HSV(B)265.71º92.92%44.31%-
XYZ4.542.1215.79-
YUV33.42172.91141.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=30.46%
G=4.60%
B=64.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5381130.530.9300.56265.7186.7823.73
Hex35871355D03810a5718
Octal65101616513507041212730
Binary1101011000111000111010110111010111000100001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350871; }

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

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

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

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

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

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

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

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