#340C6B

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

Shades of Persian Indigo #340C6B

Tints of Persian Indigo #340C6B

Color information

#340C6B (or 0x340C6B) is unknown color: approx Persian Indigo. HEX triplet: 34, 0C and 6B. RGB value is (52,12,107). Sum of RGB (Red+Green+Blue) = 52+12+107=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #340C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C6B is #CBF394. Grayscale: #222222. Windows color (decimal): -13366165 or 7015476. OLE color: 7015476.

HSL color Cylindrical-coordinate representation of color #340C6B: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340C6B is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5212107-
CMYK0.510.8900.58
HSL265.26º79.83%23.33%-
HSV(B)265.26º88.79%41.96%-
XYZ4.22.0514.09-
YUV34.79168.75140.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=30.41%
G=7.02%
B=62.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52121070.510.8900.58265.2679.8323.33
Hex34C6B335903A1095017
Octal64141536313107241112027
Binary1101001100110101111001110110010111010100001001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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