#34277A

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

Shades of Persian Indigo #34277A

Tints of Persian Indigo #34277A

Color information

#34277A (or 0x34277A) is unknown color: approx Persian Indigo. HEX triplet: 34, 27 and 7A. RGB value is (52,39,122). Sum of RGB (Red+Green+Blue) = 52+39+122=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #34277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34277A is #CBD885. Grayscale: #343434. Windows color (decimal): -13359238 or 8005428. OLE color: 8005428.

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

Color convert

RGB5239122-
CMYK0.570.6800.52
HSL249.4º51.55%31.57%-
HSV(B)249.4º68.03%47.84%-
XYZ5.653.5918.81-
YUV52.35167.31127.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=24.41%
G=18.31%
B=57.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52391220.570.6800.52249.451.5531.57
Hex34277A3944034f93420
Octal6447172711040643716440
Binary11010010011111110101110011000100011010011111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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