#351478

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

Shades of Persian Indigo #351478

Tints of Persian Indigo #351478

Color information

#351478 (or 0x351478) is unknown color: approx Persian Indigo. HEX triplet: 35, 14 and 78. RGB value is (53,20,120). Sum of RGB (Red+Green+Blue) = 53+20+120=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #351478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351478 is #CAEB87. Grayscale: #282828. Windows color (decimal): -13298568 or 7869493. OLE color: 7869493.

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

Color convert

RGB5320120-
CMYK0.560.8300.53
HSL259.8º71.43%27.45%-
HSV(B)259.8º83.33%47.06%-
XYZ5.112.6118-
YUV41.27172.43136.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=27.46%
G=10.36%
B=62.18%

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
Decimal53201200.560.8300.53259.871.4327.45
Hex3514783853035104471b
Octal65241707012306540410733
Binary11010110100111100011100010100110110101100000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351478; }

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

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

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

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

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

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

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

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