#341195

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

Shades of Persian Indigo #341195

Tints of Persian Indigo #341195

Color information

#341195 (or 0x341195) is unknown color: approx Persian Indigo. HEX triplet: 34, 11 and 95. RGB value is (52,17,149). Sum of RGB (Red+Green+Blue) = 52+17+149=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #341195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341195 is #CBEE6A. Grayscale: #2A2A2A. Windows color (decimal): -13364843 or 9769268. OLE color: 9769268.

HSL color Cylindrical-coordinate representation of color #341195: hue angle of 255.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341195 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5217149-
CMYK0.650.8900.42
HSL255.91º79.52%32.55%-
HSV(B)255.91º88.59%58.43%-
XYZ7.043.328.7-
YUV42.51188.1134.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=23.85%
G=7.80%
B=68.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52171490.650.8900.42255.9179.5232.55
Hex341195415902A1005021
Octal642122510113105240012041
Binary11010010001100101011000001101100101010101000000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341195; }

 p { color: rgb(52,17,149); }

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

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

 a { background-color: rgb(52,17,149); }

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

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

 span { border-color: rgb(52,17,149); }

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