#340683

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

Shades of Persian Indigo #340683

Tints of Persian Indigo #340683

Color information

#340683 (or 0x340683) is unknown color: approx Persian Indigo. HEX triplet: 34, 06 and 83. RGB value is (52,6,131). Sum of RGB (Red+Green+Blue) = 52+6+131=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #340683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340683 is #CBF97C. Grayscale: #212121. Windows color (decimal): -13367677 or 8586804. OLE color: 8586804.

HSL color Cylindrical-coordinate representation of color #340683: hue angle of 262.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340683 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB526131-
CMYK0.600.9500.49
HSL262.08º91.24%26.86%-
HSV(B)262.08º95.42%51.37%-
XYZ5.582.521.66-
YUV34182.74140.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 131 (51.56% from 255) = 69.31%
R=27.51%
G=3.17%
B=69.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5261310.600.9500.49262.0891.2426.86
Hex346833C5F0311065b1b
Octal6462037413706140613333
Binary1101001101000001111110010111110110001100000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340683; }

 p { color: rgb(52,6,131); }

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

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

 a { background-color: rgb(52,6,131); }

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

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

 span { border-color: rgb(52,6,131); }

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