#34187F

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

Shades of Persian Indigo #34187F

Tints of Persian Indigo #34187F

Color information

#34187F (or 0x34187F) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 7F. RGB value is (52,24,127). Sum of RGB (Red+Green+Blue) = 52+24+127=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #34187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34187F is #CBE780. Grayscale: #2B2B2B. Windows color (decimal): -13363073 or 8329268. OLE color: 8329268.

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

Color convert

RGB5224127-
CMYK0.590.8100.50
HSL256.31º68.21%29.61%-
HSV(B)256.31º81.1%49.8%-
XYZ5.572.9220.35-
YUV44.11174.78133.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 127 (50% from 255) = 62.56%
R=25.62%
G=11.82%
B=62.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52241270.590.8100.50256.3168.2129.61
Hex34187F3B51032100441e
Octal64301777312106240010436
Binary11010011000111111111101110100010110010100000000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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