#34058C

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

Shades of Persian Indigo #34058C

Tints of Persian Indigo #34058C

Color information

#34058C (or 0x34058C) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 8C. RGB value is (52,5,140). Sum of RGB (Red+Green+Blue) = 52+5+140=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #34058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34058C is #CBFA73. Grayscale: #212121. Windows color (decimal): -13367924 or 9176372. OLE color: 9176372.

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

Color convert

RGB525140-
CMYK0.630.9600.45
HSL260.89º93.1%28.43%-
HSV(B)260.89º96.43%54.9%-
XYZ6.22.7325.01-
YUV34.44187.57140.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=26.40%
G=2.54%
B=71.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5251400.630.9600.45260.8993.128.43
Hex3458C3F6002D1055d1c
Octal6452147714005540513534
Binary1101001011000110011111111000000101101100000101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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