#351474

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

Shades of Persian Indigo #351474

Tints of Persian Indigo #351474

Color information

#351474 (or 0x351474) is unknown color: approx Persian Indigo. HEX triplet: 35, 14 and 74. RGB value is (53,20,116). Sum of RGB (Red+Green+Blue) = 53+20+116=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #351474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351474 is #CAEB8B. Grayscale: #282828. Windows color (decimal): -13298572 or 7607349. OLE color: 7607349.

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

Color convert

RGB5320116-
CMYK0.540.8300.55
HSL260.62º70.59%26.67%-
HSV(B)260.62º82.76%45.49%-
XYZ4.872.5216.75-
YUV40.81170.43136.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 116 (45.70% from 255) = 61.38%
R=28.04%
G=10.58%
B=61.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53201160.540.8300.55260.6270.5926.67
Hex3514743653037105471b
Octal65241646612306740510733
Binary11010110100111010011011010100110110111100000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351474; }

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

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

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

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

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

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

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

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