#34078F

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

Shades of Persian Indigo #34078F

Tints of Persian Indigo #34078F

Color information

#34078F (or 0x34078F) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 8F. RGB value is (52,7,143). Sum of RGB (Red+Green+Blue) = 52+7+143=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #34078F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34078F is #CBF870. Grayscale: #232323. Windows color (decimal): -13367409 or 9373492. OLE color: 9373492.

HSL color Cylindrical-coordinate representation of color #34078F: hue angle of 259.85º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34078F is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB527143-
CMYK0.640.9500.44
HSL259.85º90.67%29.41%-
HSV(B)259.85º95.1%56.08%-
XYZ6.452.8726.2-
YUV35.96188.41139.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 143 (56.25% from 255) = 70.79%
R=25.74%
G=3.47%
B=70.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5271430.640.9500.44259.8590.6729.41
Hex3478F405F02C1045b1d
Octal64721710013705440413335
Binary11010011110001111100000010111110101100100000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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