#34048D

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

Shades of Persian Indigo #34048D

Tints of Persian Indigo #34048D

Color information

#34048D (or 0x34048D) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 8D. RGB value is (52,4,141). Sum of RGB (Red+Green+Blue) = 52+4+141=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #34048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34048D is #CBFB72. Grayscale: #212121. Windows color (decimal): -13368179 or 9241652. OLE color: 9241652.

HSL color Cylindrical-coordinate representation of color #34048D: hue angle of 261.02º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34048D is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB524141-
CMYK0.630.9700.45
HSL261.02º94.48%28.43%-
HSV(B)261.02º97.16%55.29%-
XYZ6.272.7425.4-
YUV33.97188.4140.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=26.40%
G=2.03%
B=71.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5241410.630.9700.45261.0294.4828.43
Hex3448D3F6102D1055e1c
Octal6442157714105540513634
Binary1101001001000110111111111000010101101100000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,4,141); }

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

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

 a { background-color: rgb(52,4,141); }

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

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

 span { border-color: rgb(52,4,141); }

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