#341896

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

Shades of Persian Indigo #341896

Tints of Persian Indigo #341896

Color information

#341896 (or 0x341896) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 96. RGB value is (52,24,150). Sum of RGB (Red+Green+Blue) = 52+24+150=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #341896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341896 is #CBE769. Grayscale: #2E2E2E. Windows color (decimal): -13363050 or 9836596. OLE color: 9836596.

HSL color Cylindrical-coordinate representation of color #341896: hue angle of 253.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341896 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5224150-
CMYK0.650.8400.41
HSL253.33º72.41%34.12%-
HSV(B)253.33º84%58.82%-
XYZ7.253.5929.16-
YUV46.74186.28131.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 150 (58.98% from 255) = 66.37%
R=23.01%
G=10.62%
B=66.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52241500.650.8400.41253.3372.4134.12
Hex3418964154029fd4822
Octal643022610112405137511042
Binary1101001100010010110100000110101000101001111111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341896; }

 p { color: rgb(52,24,150); }

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

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

 a { background-color: rgb(52,24,150); }

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

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

 span { border-color: rgb(52,24,150); }

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