#34037F

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

Shades of Persian Indigo #34037F

Tints of Persian Indigo #34037F

Color information

#34037F (or 0x34037F) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 7F. RGB value is (52,3,127). Sum of RGB (Red+Green+Blue) = 52+3+127=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #34037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34037F is #CBFC80. Grayscale: #1F1F1F. Windows color (decimal): -13368449 or 8323892. OLE color: 8323892.

HSL color Cylindrical-coordinate representation of color #34037F: hue angle of 263.71º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34037F is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB523127-
CMYK0.590.9800.50
HSL263.71º95.38%25.49%-
HSV(B)263.71º97.64%49.8%-
XYZ5.282.3320.25-
YUV31.79181.73142.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 127 (50% from 255) = 69.78%
R=28.57%
G=1.65%
B=69.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5231270.590.9800.50263.7195.3825.49
Hex3437F3B620321085f19
Octal6431777314206241013731
Binary11010011111111111101111000100110010100001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,3,127); }

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

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

 a { background-color: rgb(52,3,127); }

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

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

 span { border-color: rgb(52,3,127); }

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