#34058E

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

Shades of Persian Indigo #34058E

Tints of Persian Indigo #34058E

Color information

#34058E (or 0x34058E) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 8E. RGB value is (52,5,142). Sum of RGB (Red+Green+Blue) = 52+5+142=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #34058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34058E is #CBFA71. Grayscale: #222222. Windows color (decimal): -13367922 or 9307444. OLE color: 9307444.

HSL color Cylindrical-coordinate representation of color #34058E: hue angle of 260.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34058E is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB525142-
CMYK0.630.9600.44
HSL260.58º93.2%28.82%-
HSV(B)260.58º96.48%55.69%-
XYZ6.352.7925.8-
YUV34.67188.57140.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=26.13%
G=2.51%
B=71.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5251420.630.9600.44260.5893.228.82
Hex3458E3F6002C1055d1d
Octal6452167714005440513535
Binary1101001011000111011111111000000101100100000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,5,142); }

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

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

 a { background-color: rgb(52,5,142); }

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

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

 span { border-color: rgb(52,5,142); }

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