#34187B

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

Shades of Persian Indigo #34187B

Tints of Persian Indigo #34187B

Color information

#34187B (or 0x34187B) is unknown color: approx Persian Indigo. HEX triplet: 34, 18 and 7B. RGB value is (52,24,123). Sum of RGB (Red+Green+Blue) = 52+24+123=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #34187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34187B is #CBE784. Grayscale: #2B2B2B. Windows color (decimal): -13363077 or 8067124. OLE color: 8067124.

HSL color Cylindrical-coordinate representation of color #34187B: hue angle of 256.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34187B is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5224123-
CMYK0.580.8000.52
HSL256.97º67.35%28.82%-
HSV(B)256.97º80.49%48.24%-
XYZ5.322.8119-
YUV43.66172.78133.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=26.13%
G=12.06%
B=61.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52241230.580.8000.52256.9767.3528.82
Hex34187B3A50034101431d
Octal64301737212006440110335
Binary11010011000111101111101010100000110100100000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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