#34228A

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

Shades of Persian Indigo #34228A

Tints of Persian Indigo #34228A

Color information

#34228A (or 0x34228A) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 8A. RGB value is (52,34,138). Sum of RGB (Red+Green+Blue) = 52+34+138=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #34228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34228A is #CBDD75. Grayscale: #323232. Windows color (decimal): -13360502 or 9052724. OLE color: 9052724.

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

Color convert

RGB5234138-
CMYK0.620.7500.46
HSL250.38º60.47%33.73%-
HSV(B)250.38º75.36%54.12%-
XYZ6.583.7124.41-
YUV51.24176.96128.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 138 (54.30% from 255) = 61.61%
R=23.21%
G=15.18%
B=61.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52341380.620.7500.46250.3860.4733.73
Hex34228A3E4B02Efa3c22
Octal6442212761130563727442
Binary110100100010100010101111101001011010111011111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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