#351670

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

Shades of Persian Indigo #351670

Tints of Persian Indigo #351670

Color information

#351670 (or 0x351670) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 70. RGB value is (53,22,112). Sum of RGB (Red+Green+Blue) = 53+22+112=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #351670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351670 is #CAE98F. Grayscale: #292929. Windows color (decimal): -13298064 or 7345717. OLE color: 7345717.

HSL color Cylindrical-coordinate representation of color #351670: hue angle of 260.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351670 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5322112-
CMYK0.530.8000.56
HSL260.67º67.16%26.27%-
HSV(B)260.67º80.36%43.92%-
XYZ4.682.515.57-
YUV41.53167.77136.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=28.34%
G=11.76%
B=59.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53221120.530.8000.56260.6767.1626.27
Hex3516703550038105431a
Octal65261606512007040510332
Binary11010110110111000011010110100000111000100000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351670; }

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

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

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

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

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

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

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

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