#341487

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

Shades of Persian Indigo #341487

Tints of Persian Indigo #341487

Color information

#341487 (or 0x341487) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 87. RGB value is (52,20,135). Sum of RGB (Red+Green+Blue) = 52+20+135=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #341487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341487 is #CBEB78. Grayscale: #2A2A2A. Windows color (decimal): -13364089 or 8852532. OLE color: 8852532.

HSL color Cylindrical-coordinate representation of color #341487: hue angle of 256.7º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341487 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5220135-
CMYK0.610.8500.47
HSL256.7º74.19%30.39%-
HSV(B)256.7º85.19%52.94%-
XYZ6.042.9823.18-
YUV42.68180.1134.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 135 (53.12% from 255) = 65.22%
R=25.12%
G=9.66%
B=65.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52201350.610.8500.47256.774.1930.39
Hex3414873D5502F1014a1e
Octal64242077512505740111236
Binary110100101001000011111110110101010101111100000001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341487; }

 p { color: rgb(52,20,135); }

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

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

 a { background-color: rgb(52,20,135); }

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

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

 span { border-color: rgb(52,20,135); }

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