#351878

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

Shades of Persian Indigo #351878

Tints of Persian Indigo #351878

Color information

#351878 (or 0x351878) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 78. RGB value is (53,24,120). Sum of RGB (Red+Green+Blue) = 53+24+120=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #351878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351878 is #CAE787. Grayscale: #2B2B2B. Windows color (decimal): -13297544 or 7870517. OLE color: 7870517.

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

Color convert

RGB5324120-
CMYK0.560.800.53
HSL258.12º66.67%28.24%-
HSV(B)258.12º80%47.06%-
XYZ5.182.7718.03-
YUV43.61171.11134.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=26.90%
G=12.18%
B=60.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53241200.560.800.53258.1266.6728.24
Hex3518783850035102431c
Octal65301707012006540210334
Binary11010111000111100011100010100000110101100000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351878; }

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

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

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

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

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

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

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

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