#34227B

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

Shades of Persian Indigo #34227B

Tints of Persian Indigo #34227B

Color information

#34227B (or 0x34227B) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 7B. RGB value is (52,34,123). Sum of RGB (Red+Green+Blue) = 52+34+123=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #34227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34227B is #CBDD84. Grayscale: #313131. Windows color (decimal): -13360517 or 8069684. OLE color: 8069684.

HSL color Cylindrical-coordinate representation of color #34227B: hue angle of 252.13º degrees, saturation: 0.57, 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 #34227B is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5234123-
CMYK0.580.7200.52
HSL252.13º56.69%30.78%-
HSV(B)252.13º72.36%48.24%-
XYZ5.563.319.08-
YUV49.53169.46129.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=24.88%
G=16.27%
B=58.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52341230.580.7200.52252.1356.6930.78
Hex34227B3A48034fc391f
Octal6442173721100643747137
Binary1101001000101111011111010100100001101001111110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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