#340094

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

Shades of Persian Indigo #340094

Tints of Persian Indigo #340094

Color information

#340094 (or 0x340094) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 94. RGB value is (52,0,148). Sum of RGB (Red+Green+Blue) = 52+0+148=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #340094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340094 is #CBFF6B. Grayscale: #1F1F1F. Windows color (decimal): -13369196 or 9699380. OLE color: 9699380.

HSL color Cylindrical-coordinate representation of color #340094: hue angle of 261.08º 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 #340094 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB520148-
CMYK0.65100.42
HSL261.08º100%29.02%-
HSV(B)261.08º100%58.04%-
XYZ6.762.8728.21-
YUV32.42193.23141.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 74%
R=26%
G=0%
B=74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5201480.65100.42261.0810029.02
Hex34094416402A105641d
Octal64022410114405240514435
Binary110100010010100100000111001000101010100000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340094; }

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

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

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

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

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

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

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

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