#34169D

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

Shades of Persian Indigo #34169D

Tints of Persian Indigo #34169D

Color information

#34169D (or 0x34169D) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 9D. RGB value is (52,22,157). Sum of RGB (Red+Green+Blue) = 52+22+157=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #34169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34169D is #CBE962. Grayscale: #2D2D2D. Windows color (decimal): -13363555 or 10294836. OLE color: 10294836.

HSL color Cylindrical-coordinate representation of color #34169D: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34169D is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5222157-
CMYK0.670.8600.38
HSL253.33º75.42%35.1%-
HSV(B)253.33º85.99%61.57%-
XYZ7.793.7432.21-
YUV46.36190.44132.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 157 (61.72% from 255) = 67.97%
R=22.51%
G=9.52%
B=67.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52221570.670.8600.38253.3375.4235.1
Hex34169D4356026fd4b23
Octal642623510312604637511343
Binary1101001011010011101100001110101100100110111111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34169D; }

 p { color: rgb(52,22,157); }

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

<style>
 a { background-color: #34169D; }

 a { background-color: rgb(52,22,157); }

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

<style>
 span { border-color: #34169D; }

 span { border-color: rgb(52,22,157); }

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