#341583

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

Shades of Persian Indigo #341583

Tints of Persian Indigo #341583

Color information

#341583 (or 0x341583) is unknown color: approx Persian Indigo. HEX triplet: 34, 15 and 83. RGB value is (52,21,131). Sum of RGB (Red+Green+Blue) = 52+21+131=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #341583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341583 is #CBEA7C. Grayscale: #2A2A2A. Windows color (decimal): -13363837 or 8590644. OLE color: 8590644.

HSL color Cylindrical-coordinate representation of color #341583: hue angle of 256.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341583 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5221131-
CMYK0.600.8400.49
HSL256.91º72.37%29.8%-
HSV(B)256.91º83.97%51.37%-
XYZ5.782.9121.73-
YUV42.81177.77134.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=25.49%
G=10.29%
B=64.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52211310.600.8400.49256.9172.3729.8
Hex3415833C54031101481e
Octal64252037412406140111036
Binary110100101011000001111110010101000110001100000001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341583; }

 p { color: rgb(52,21,131); }

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

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

 a { background-color: rgb(52,21,131); }

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

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

 span { border-color: rgb(52,21,131); }

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