#351479

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

Shades of Persian Indigo #351479

Tints of Persian Indigo #351479

Color information

#351479 (or 0x351479) is unknown color: approx Persian Indigo. HEX triplet: 35, 14 and 79. RGB value is (53,20,121). Sum of RGB (Red+Green+Blue) = 53+20+121=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #351479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351479 is #CAEB86. Grayscale: #292929. Windows color (decimal): -13298567 or 7935029. OLE color: 7935029.

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

Color convert

RGB5320121-
CMYK0.560.8300.53
HSL259.6º71.63%27.65%-
HSV(B)259.6º83.47%47.45%-
XYZ5.172.6418.33-
YUV41.38172.93136.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 121 (47.66% from 255) = 62.37%
R=27.32%
G=10.31%
B=62.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53201210.560.8300.53259.671.6327.65
Hex3514793853035104481c
Octal65241717012306540411034
Binary11010110100111100111100010100110110101100000100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351479; }

 p { color: rgb(53,20,121); }

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

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

 a { background-color: rgb(53,20,121); }

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

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

 span { border-color: rgb(53,20,121); }

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