#34156C

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

Shades of Persian Indigo #34156C

Tints of Persian Indigo #34156C

Color information

#34156C (or 0x34156C) is unknown color: approx Persian Indigo. HEX triplet: 34, 15 and 6C. RGB value is (52,21,108). Sum of RGB (Red+Green+Blue) = 52+21+108=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #34156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34156C is #CBEA93. Grayscale: #272727. Windows color (decimal): -13363860 or 7083316. OLE color: 7083316.

HSL color Cylindrical-coordinate representation of color #34156C: hue angle of 261.38º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34156C is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5221108-
CMYK0.520.8100.58
HSL261.38º67.44%25.29%-
HSV(B)261.38º80.56%42.35%-
XYZ4.392.3514.41-
YUV40.19166.27136.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=28.73%
G=11.60%
B=59.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52211080.520.8100.58261.3867.4425.29
Hex34156C345103A1054319
Octal64251546412107240510331
Binary11010010101110110011010010100010111010100000101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34156C; }

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

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

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

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

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

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

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

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