#34088A

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

Shades of Persian Indigo #34088A

Tints of Persian Indigo #34088A

Color information

#34088A (or 0x34088A) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 8A. RGB value is (52,8,138). Sum of RGB (Red+Green+Blue) = 52+8+138=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #34088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34088A is #CBF775. Grayscale: #232323. Windows color (decimal): -13367158 or 9046068. OLE color: 9046068.

HSL color Cylindrical-coordinate representation of color #34088A: hue angle of 260.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34088A is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB528138-
CMYK0.620.9400.46
HSL260.31º89.04%28.63%-
HSV(B)260.31º94.2%54.12%-
XYZ6.092.7424.25-
YUV35.98185.58139.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 138 (54.30% from 255) = 69.70%
R=26.26%
G=4.04%
B=69.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5281380.620.9400.46260.3189.0428.63
Hex3488A3E5E02E104591d
Octal64102127613605640413135
Binary11010010001000101011111010111100101110100000100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34088A; }

 p { color: rgb(52,8,138); }

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

<style>
 a { background-color: #34088A; }

 a { background-color: rgb(52,8,138); }

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

<style>
 span { border-color: #34088A; }

 span { border-color: rgb(52,8,138); }

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