#34098E

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

Shades of Persian Indigo #34098E

Tints of Persian Indigo #34098E

Color information

#34098E (or 0x34098E) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 8E. RGB value is (52,9,142). Sum of RGB (Red+Green+Blue) = 52+9+142=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #34098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34098E is #CBF671. Grayscale: #242424. Windows color (decimal): -13366898 or 9308468. OLE color: 9308468.

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

Color convert

RGB529142-
CMYK0.630.9400.44
HSL259.4º88.08%29.61%-
HSV(B)259.4º93.66%55.69%-
XYZ6.42.8825.81-
YUV37.02187.25138.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=25.62%
G=4.43%
B=69.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5291420.630.9400.44259.488.0829.61
Hex3498E3F5E02C103581e
Octal64112167713605440313036
Binary11010010011000111011111110111100101100100000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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