#34088F

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

Shades of Persian Indigo #34088F

Tints of Persian Indigo #34088F

Color information

#34088F (or 0x34088F) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 8F. RGB value is (52,8,143). Sum of RGB (Red+Green+Blue) = 52+8+143=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #34088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34088F is #CBF770. Grayscale: #242424. Windows color (decimal): -13367153 or 9373748. OLE color: 9373748.

HSL color Cylindrical-coordinate representation of color #34088F: hue angle of 259.56º degrees, saturation: 0.89, 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 #34088F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB528143-
CMYK0.640.9400.44
HSL259.56º89.4%29.61%-
HSV(B)259.56º94.41%56.08%-
XYZ6.462.8926.2-
YUV36.55188.08139.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 143 (56.25% from 255) = 70.44%
R=25.62%
G=3.94%
B=70.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5281430.640.9400.44259.5689.429.61
Hex3488F405E02C104591e
Octal641021710013605440413136
Binary110100100010001111100000010111100101100100000100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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