#34187E

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

Shades of Persian Indigo #34187E

Tints of Persian Indigo #34187E

Color information

#34187E (or 0x34187E) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 7E. RGB value is (52,24,126). Sum of RGB (Red+Green+Blue) = 52+24+126=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #34187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34187E is #CBE781. Grayscale: #2B2B2B. Windows color (decimal): -13363074 or 8263732. OLE color: 8263732.

HSL color Cylindrical-coordinate representation of color #34187E: hue angle of 256.47º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34187E is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5224126-
CMYK0.590.8100.51
HSL256.47º68%29.41%-
HSV(B)256.47º80.95%49.41%-
XYZ5.512.8920.01-
YUV44174.28133.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 126 (49.61% from 255) = 62.38%
R=25.74%
G=11.88%
B=62.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52241260.590.8100.51256.476829.41
Hex34187E3B51033100441d
Octal64301767312106340010435
Binary11010011000111111011101110100010110011100000000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,24,126); }

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

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

 a { background-color: rgb(52,24,126); }

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

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

 span { border-color: rgb(52,24,126); }

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