#351978

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

Shades of Persian Indigo #351978

Tints of Persian Indigo #351978

Color information

#351978 (or 0x351978) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 78. RGB value is (53,25,120). Sum of RGB (Red+Green+Blue) = 53+25+120=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #351978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351978 is #CAE687. Grayscale: #2B2B2B. Windows color (decimal): -13297288 or 7870773. OLE color: 7870773.

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

Color convert

RGB5325120-
CMYK0.560.7900.53
HSL257.68º65.52%28.43%-
HSV(B)257.68º79.17%47.06%-
XYZ5.212.8118.04-
YUV44.2170.78134.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 120 (47.27% from 255) = 60.61%
R=26.77%
G=12.63%
B=60.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53251200.560.7900.53257.6865.5228.43
Hex351978384F035102421c
Octal65311707011706540210234
Binary11010111001111100011100010011110110101100000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351978; }

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

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

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

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

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

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

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

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