#340093

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

Shades of Persian Indigo #340093

Tints of Persian Indigo #340093

Color information

#340093 (or 0x340093) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 93. RGB value is (52,0,147). Sum of RGB (Red+Green+Blue) = 52+0+147=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #340093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340093 is #CBFF6C. Grayscale: #1F1F1F. Windows color (decimal): -13369197 or 9633844. OLE color: 9633844.

HSL color Cylindrical-coordinate representation of color #340093: hue angle of 261.22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340093 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB520147-
CMYK0.65100.42
HSL261.22º100%28.82%-
HSV(B)261.22º100%57.65%-
XYZ6.682.8427.8-
YUV32.31192.73142.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=26.13%
G=0%
B=73.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5201470.65100.42261.2210028.82
Hex34093416402A105641d
Octal64022310114405240514435
Binary110100010010011100000111001000101010100000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340093; }

 p { color: rgb(52,0,147); }

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

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

 a { background-color: rgb(52,0,147); }

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

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

 span { border-color: rgb(52,0,147); }

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