#351678

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

Shades of Persian Indigo #351678

Tints of Persian Indigo #351678

Color information

#351678 (or 0x351678) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 78. RGB value is (53,22,120). Sum of RGB (Red+Green+Blue) = 53+22+120=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #351678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351678 is #CAE987. Grayscale: #2A2A2A. Windows color (decimal): -13298056 or 7870005. OLE color: 7870005.

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

Color convert

RGB5322120-
CMYK0.560.8200.53
HSL258.98º69.01%27.84%-
HSV(B)258.98º81.67%47.06%-
XYZ5.152.6918.02-
YUV42.44171.77135.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=27.18%
G=11.28%
B=61.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53221200.560.8200.53258.9869.0127.84
Hex3516783852035103451c
Octal65261707012206540310534
Binary11010110110111100011100010100100110101100000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351678; }

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

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

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

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

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

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

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

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