#341496

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

Shades of Persian Indigo #341496

Tints of Persian Indigo #341496

Color information

#341496 (or 0x341496) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 96. RGB value is (52,20,150). Sum of RGB (Red+Green+Blue) = 52+20+150=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #341496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341496 is #CBEB69. Grayscale: #2B2B2B. Windows color (decimal): -13364074 or 9835572. OLE color: 9835572.

HSL color Cylindrical-coordinate representation of color #341496: hue angle of 254.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341496 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5220150-
CMYK0.650.8700.41
HSL254.77º76.47%33.33%-
HSV(B)254.77º86.67%58.82%-
XYZ7.173.4329.14-
YUV44.39187.6133.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=23.42%
G=9.01%
B=67.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52201500.650.8700.41254.7776.4733.33
Hex3414964157029ff4c21
Octal642422610112705137711441
Binary1101001010010010110100000110101110101001111111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341496; }

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

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

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

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

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

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

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

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