#34247A

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

Shades of Persian Indigo #34247A

Tints of Persian Indigo #34247A

Color information

#34247A (or 0x34247A) is unknown color: approx Persian Indigo. HEX triplet: 34, 24 and 7A. RGB value is (52,36,122). Sum of RGB (Red+Green+Blue) = 52+36+122=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #34247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34247A is #CBDB85. Grayscale: #323232. Windows color (decimal): -13360006 or 8004660. OLE color: 8004660.

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

Color convert

RGB5236122-
CMYK0.570.7000.52
HSL251.16º54.43%30.98%-
HSV(B)251.16º70.49%47.84%-
XYZ5.563.418.77-
YUV50.59168.3129.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=24.76%
G=17.14%
B=58.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52361220.570.7000.52251.1654.4330.98
Hex34247A3946034fb361f
Octal6444172711060643736637
Binary1101001001001111010111001100011001101001111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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