#34147D

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

Shades of Persian Indigo #34147D

Tints of Persian Indigo #34147D

Color information

#34147D (or 0x34147D) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 7D. RGB value is (52,20,125). Sum of RGB (Red+Green+Blue) = 52+20+125=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #34147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34147D is #CBEB82. Grayscale: #292929. Windows color (decimal): -13364099 or 8197172. OLE color: 8197172.

HSL color Cylindrical-coordinate representation of color #34147D: hue angle of 258.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34147D is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5220125-
CMYK0.580.8400.51
HSL258.29º72.41%28.43%-
HSV(B)258.29º84%49.02%-
XYZ5.372.7119.64-
YUV41.54175.1135.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=26.40%
G=10.15%
B=63.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52201250.580.8400.51258.2972.4128.43
Hex34147D3A54033102481c
Octal64241757212406340211034
Binary11010010100111110111101010101000110011100000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34147D; }

 p { color: rgb(52,20,125); }

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

<style>
 a { background-color: #34147D; }

 a { background-color: rgb(52,20,125); }

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

<style>
 span { border-color: #34147D; }

 span { border-color: rgb(52,20,125); }

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