#341884

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

Shades of Persian Indigo #341884

Tints of Persian Indigo #341884

Color information

#341884 (or 0x341884) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 84. RGB value is (52,24,132). Sum of RGB (Red+Green+Blue) = 52+24+132=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #341884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341884 is #CBE77B. Grayscale: #2C2C2C. Windows color (decimal): -13363068 or 8656948. OLE color: 8656948.

HSL color Cylindrical-coordinate representation of color #341884: hue angle of 255.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341884 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5224132-
CMYK0.610.8200.48
HSL255.56º69.23%30.59%-
HSV(B)255.56º81.82%51.76%-
XYZ5.913.0522.11-
YUV44.68177.28133.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=25%
G=11.54%
B=63.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52241320.610.8200.48255.5669.2330.59
Hex3418843D52030100451f
Octal64302047512206040010537
Binary110100110001000010011110110100100110000100000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341884; }

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

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

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

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

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

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

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

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