#342290

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

Shades of Persian Indigo #342290

Tints of Persian Indigo #342290

Color information

#342290 (or 0x342290) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 90. RGB value is (52,34,144). Sum of RGB (Red+Green+Blue) = 52+34+144=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #342290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342290 is #CBDD6F. Grayscale: #333333. Windows color (decimal): -13360496 or 9445940. OLE color: 9445940.

HSL color Cylindrical-coordinate representation of color #342290: hue angle of 249.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342290 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5234144-
CMYK0.640.7600.44
HSL249.82º61.8%34.9%-
HSV(B)249.82º76.39%56.47%-
XYZ7.023.8926.77-
YUV51.92179.96128.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 144 (56.64% from 255) = 62.61%
R=22.61%
G=14.78%
B=62.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52341440.640.7600.44249.8261.834.9
Hex342290404C02Cfa3e23
Octal64422201001140543727643
Binary1101001000101001000010000001001100010110011111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342290; }

 p { color: rgb(52,34,144); }

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

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

 a { background-color: rgb(52,34,144); }

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

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

 span { border-color: rgb(52,34,144); }

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