#341992

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

Shades of Persian Indigo #341992

Tints of Persian Indigo #341992

Color information

#341992 (or 0x341992) is unknown color: approx Persian Indigo. HEX triplet: 34, 19 and 92. RGB value is (52,25,146). Sum of RGB (Red+Green+Blue) = 52+25+146=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #341992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341992 is #CBE66D. Grayscale: #2E2E2E. Windows color (decimal): -13362798 or 9574708. OLE color: 9574708.

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

Color convert

RGB5225146-
CMYK0.640.8300.43
HSL253.39º70.76%33.53%-
HSV(B)253.39º82.88%57.25%-
XYZ6.953.527.5-
YUV46.87183.95131.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=23.32%
G=11.21%
B=65.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52251460.640.8300.43253.3970.7633.53
Hex341992405302Bfd4722
Octal643122210012305337510742
Binary1101001100110010010100000010100110101011111111011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341992; }

 p { color: rgb(52,25,146); }

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

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

 a { background-color: rgb(52,25,146); }

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

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

 span { border-color: rgb(52,25,146); }

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