#34078B

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

Shades of Persian Indigo #34078B

Tints of Persian Indigo #34078B

Color information

#34078B (or 0x34078B) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 8B. RGB value is (52,7,139). Sum of RGB (Red+Green+Blue) = 52+7+139=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #34078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34078B is #CBF874. Grayscale: #232323. Windows color (decimal): -13367413 or 9111348. OLE color: 9111348.

HSL color Cylindrical-coordinate representation of color #34078B: hue angle of 260.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34078B is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB527139-
CMYK0.630.9500.45
HSL260.45º90.41%28.63%-
HSV(B)260.45º94.96%54.51%-
XYZ6.152.7524.63-
YUV35.5186.41139.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=26.26%
G=3.54%
B=70.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5271390.630.9500.45260.4590.4128.63
Hex3478B3F5F02D1045a1d
Octal6472137713705540413235
Binary1101001111000101111111110111110101101100000100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34078B; }

 p { color: rgb(52,7,139); }

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

<style>
 a { background-color: #34078B; }

 a { background-color: rgb(52,7,139); }

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

<style>
 span { border-color: #34078B; }

 span { border-color: rgb(52,7,139); }

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