#34128A

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

Shades of Persian Indigo #34128A

Tints of Persian Indigo #34128A

Color information

#34128A (or 0x34128A) is unknown color: approx Persian Indigo. HEX triplet: 34, 12 and 8A. RGB value is (52,18,138). Sum of RGB (Red+Green+Blue) = 52+18+138=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #34128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34128A is #CBED75. Grayscale: #292929. Windows color (decimal): -13364598 or 9048628. OLE color: 9048628.

HSL color Cylindrical-coordinate representation of color #34128A: hue angle of 257º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34128A is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5218138-
CMYK0.620.8700.46
HSL257º76.92%30.59%-
HSV(B)257º86.96%54.12%-
XYZ6.22324.3-
YUV41.85182.26135.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=25%
G=8.65%
B=66.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52181380.620.8700.4625776.9230.59
Hex34128A3E5702E1014d1f
Octal64222127612705640111537
Binary110100100101000101011111010101110101110100000001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34128A; }

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

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

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

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

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

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

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

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