#34167A

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

Shades of Persian Indigo #34167A

Tints of Persian Indigo #34167A

Color information

#34167A (or 0x34167A) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and 7A. RGB value is (52,22,122). Sum of RGB (Red+Green+Blue) = 52+22+122=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #34167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34167A is #CBE985. Grayscale: #2A2A2A. Windows color (decimal): -13363590 or 8001076. OLE color: 8001076.

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

Color convert

RGB5222122-
CMYK0.570.8200.52
HSL258º69.44%28.24%-
HSV(B)258º81.97%47.84%-
XYZ5.222.7118.66-
YUV42.37172.94134.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=26.53%
G=11.22%
B=62.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52221220.570.8200.5225869.4428.24
Hex34167A3952034102451c
Octal64261727112206440210534
Binary11010010110111101011100110100100110100100000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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