#34057A

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

Shades of Persian Indigo #34057A

Tints of Persian Indigo #34057A

Color information

#34057A (or 0x34057A) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 7A. RGB value is (52,5,122). Sum of RGB (Red+Green+Blue) = 52+5+122=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #34057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34057A is #CBFA85. Grayscale: #1F1F1F. Windows color (decimal): -13367942 or 7996724. OLE color: 7996724.

HSL color Cylindrical-coordinate representation of color #34057A: hue angle of 264.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34057A is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB525122-
CMYK0.570.9600.52
HSL264.1º92.13%24.9%-
HSV(B)264.1º95.9%47.84%-
XYZ4.982.2418.58-
YUV32.39178.57141.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=29.05%
G=2.79%
B=68.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5251220.570.9600.52264.192.1324.9
Hex3457A39600341085c19
Octal6451727114006441013431
Binary110100101111101011100111000000110100100001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,5,122); }

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

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

 a { background-color: rgb(52,5,122); }

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

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

 span { border-color: rgb(52,5,122); }

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