#341282

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

Shades of Persian Indigo #341282

Tints of Persian Indigo #341282

Color information

#341282 (or 0x341282) is unknown color: approx Persian Indigo. HEX triplet: 34, 12 and 82. RGB value is (52,18,130). Sum of RGB (Red+Green+Blue) = 52+18+130=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #341282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341282 is #CBED7D. Grayscale: #282828. Windows color (decimal): -13364606 or 8524340. OLE color: 8524340.

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

Color convert

RGB5218130-
CMYK0.600.8600.49
HSL258.21º75.68%29.02%-
HSV(B)258.21º86.15%50.98%-
XYZ5.662.7721.36-
YUV40.93178.26135.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 130 (51.17% from 255) = 65%
R=26%
G=9%
B=65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52181300.600.8600.49258.2175.6829.02
Hex3412823C560311024c1d
Octal64222027412606140211435
Binary110100100101000001011110010101100110001100000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341282; }

 p { color: rgb(52,18,130); }

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

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

 a { background-color: rgb(52,18,130); }

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

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

 span { border-color: rgb(52,18,130); }

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