#34227A

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

Shades of Persian Indigo #34227A

Tints of Persian Indigo #34227A

Color information

#34227A (or 0x34227A) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 7A. RGB value is (52,34,122). Sum of RGB (Red+Green+Blue) = 52+34+122=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #34227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34227A is #CBDD85. Grayscale: #313131. Windows color (decimal): -13360518 or 8004148. OLE color: 8004148.

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

Color convert

RGB5234122-
CMYK0.570.7200.52
HSL252.27º56.41%30.59%-
HSV(B)252.27º72.13%47.84%-
XYZ5.53.2818.76-
YUV49.41168.96129.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=25%
G=16.35%
B=58.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52341220.570.7200.52252.2756.4130.59
Hex34227A3948034fc381f
Octal6442172711100643747037
Binary1101001000101111010111001100100001101001111110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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