#351675

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

Shades of Persian Indigo #351675

Tints of Persian Indigo #351675

Color information

#351675 (or 0x351675) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 75. RGB value is (53,22,117). Sum of RGB (Red+Green+Blue) = 53+22+117=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #351675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351675 is #CAE98A. Grayscale: #292929. Windows color (decimal): -13298059 or 7673397. OLE color: 7673397.

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

Color convert

RGB5322117-
CMYK0.550.8100.54
HSL259.58º68.35%27.25%-
HSV(B)259.58º81.2%45.88%-
XYZ4.972.6217.07-
YUV42.1170.27135.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=27.60%
G=11.46%
B=60.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53221170.550.8100.54259.5868.3527.25
Hex3516753751036104441b
Octal65261656712106640410433
Binary11010110110111010111011110100010110110100000100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351675; }

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

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

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

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

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

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

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

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