#341691

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

Shades of Persian Indigo #341691

Tints of Persian Indigo #341691

Color information

#341691 (or 0x341691) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 91. RGB value is (52,22,145). Sum of RGB (Red+Green+Blue) = 52+22+145=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #341691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341691 is #CBE96E. Grayscale: #2C2C2C. Windows color (decimal): -13363567 or 9508404. OLE color: 9508404.

HSL color Cylindrical-coordinate representation of color #341691: hue angle of 254.63º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341691 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5222145-
CMYK0.640.8500.43
HSL254.63º73.65%32.75%-
HSV(B)254.63º84.83%56.86%-
XYZ6.813.3527.08-
YUV44.99184.44133-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 145 (57.03% from 255) = 66.21%
R=23.74%
G=10.05%
B=66.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52221450.640.8500.43254.6373.6532.75
Hex341691405502Bff4a21
Octal642622110012505337711241
Binary1101001011010010001100000010101010101011111111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341691; }

 p { color: rgb(52,22,145); }

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

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

 a { background-color: rgb(52,22,145); }

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

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

 span { border-color: rgb(52,22,145); }

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