#340A7C

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

Shades of Persian Indigo #340A7C

Tints of Persian Indigo #340A7C

Color information

#340A7C (or 0x340A7C) is unknown color: approx Persian Indigo. HEX triplet: 34, 0A and 7C. RGB value is (52,10,124). Sum of RGB (Red+Green+Blue) = 52+10+124=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #340A7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A7C is #CBF583. Grayscale: #232323. Windows color (decimal): -13366660 or 8129076. OLE color: 8129076.

HSL color Cylindrical-coordinate representation of color #340A7C: hue angle of 262.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340A7C is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5210124-
CMYK0.580.9200.51
HSL262.11º85.07%26.27%-
HSV(B)262.11º91.94%48.63%-
XYZ5.162.419.26-
YUV35.55177.91139.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 10 (4.30% from 255) = 5.38%
BLUE value IS 124 (48.83% from 255) = 66.67%
R=27.96%
G=5.38%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52101240.580.9200.51262.1185.0726.27
Hex34A7C3A5C033106551a
Octal64121747213406340612532
Binary1101001010111110011101010111000110011100000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A7C; }

 p { color: rgb(52,10,124); }

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

<style>
 a { background-color: #340A7C; }

 a { background-color: rgb(52,10,124); }

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

<style>
 span { border-color: #340A7C; }

 span { border-color: rgb(52,10,124); }

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