#340C7B

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

Shades of Persian Indigo #340C7B

Tints of Persian Indigo #340C7B

Color information

#340C7B (or 0x340C7B) is unknown color: approx Persian Indigo. HEX triplet: 34, 0C and 7B. RGB value is (52,12,123). Sum of RGB (Red+Green+Blue) = 52+12+123=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #340C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C7B is #CBF384. Grayscale: #242424. Windows color (decimal): -13366149 or 8064052. OLE color: 8064052.

HSL color Cylindrical-coordinate representation of color #340C7B: hue angle of 261.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340C7B is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5212123-
CMYK0.580.9000.52
HSL261.62º82.22%26.47%-
HSV(B)261.62º90.24%48.24%-
XYZ5.122.4218.94-
YUV36.61176.75138.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 123 (48.44% from 255) = 65.78%
R=27.81%
G=6.42%
B=65.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52121230.580.9000.52261.6282.2226.47
Hex34C7B3A5A034106521a
Octal64141737213206440612232
Binary1101001100111101111101010110100110100100000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,12,123); }

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

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

 a { background-color: rgb(52,12,123); }

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

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

 span { border-color: rgb(52,12,123); }

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