#34179E

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

Shades of Persian Indigo #34179E

Tints of Persian Indigo #34179E

Color information

#34179E (or 0x34179E) is unknown color: approx Persian Indigo. HEX triplet: 34, 17 and 9E. RGB value is (52,23,158). Sum of RGB (Red+Green+Blue) = 52+23+158=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #34179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34179E is #CBE861. Grayscale: #2E2E2E. Windows color (decimal): -13363298 or 10360628. OLE color: 10360628.

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

Color convert

RGB5223158-
CMYK0.670.8500.38
HSL252.89º74.59%35.49%-
HSV(B)252.89º85.44%61.96%-
XYZ7.893.8132.67-
YUV47.06190.61131.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=22.32%
G=9.87%
B=67.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52231580.670.8500.38252.8974.5935.49
Hex34179E4355026fd4b23
Octal642723610312504637511343
Binary1101001011110011110100001110101010100110111111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34179E; }

 p { color: rgb(52,23,158); }

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

<style>
 a { background-color: #34179E; }

 a { background-color: rgb(52,23,158); }

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

<style>
 span { border-color: #34179E; }

 span { border-color: rgb(52,23,158); }

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