#340276

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

Shades of Persian Indigo #340276

Tints of Persian Indigo #340276

Color information

#340276 (or 0x340276) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 76. RGB value is (52,2,118). Sum of RGB (Red+Green+Blue) = 52+2+118=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #340276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340276 is #CBFD89. Grayscale: #1D1D1D. Windows color (decimal): -13368714 or 7733812. OLE color: 7733812.

HSL color Cylindrical-coordinate representation of color #340276: hue angle of 265.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340276 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB522118-
CMYK0.560.9800.54
HSL265.86º96.67%23.53%-
HSV(B)265.86º98.31%46.27%-
XYZ4.712.0817.29-
YUV30.17177.56143.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=30.23%
G=1.16%
B=68.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5221180.560.9800.54265.8696.6723.53
Hex34276386203610a6118
Octal6421667014206641214130
Binary11010010111011011100011000100110110100001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340276; }

 p { color: rgb(52,2,118); }

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

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

 a { background-color: rgb(52,2,118); }

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

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

 span { border-color: rgb(52,2,118); }

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