#342488

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

Shades of Persian Indigo #342488

Tints of Persian Indigo #342488

Color information

#342488 (or 0x342488) is unknown color: approx Persian Indigo. HEX triplet: 34, 24 and 88. RGB value is (52,36,136). Sum of RGB (Red+Green+Blue) = 52+36+136=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #342488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342488 is #CBDB77. Grayscale: #333333. Windows color (decimal): -13359992 or 8922164. OLE color: 8922164.

HSL color Cylindrical-coordinate representation of color #342488: hue angle of 249.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342488 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5236136-
CMYK0.620.7400.47
HSL249.6º58.14%33.73%-
HSV(B)249.6º73.53%53.33%-
XYZ6.493.7723.68-
YUV52.18175.3127.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=23.21%
G=16.07%
B=60.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52361360.620.7400.47249.658.1433.73
Hex3424883E4A02Ffa3a22
Octal6444210761120573727242
Binary110100100100100010001111101001010010111111111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342488; }

 p { color: rgb(52,36,136); }

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

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

 a { background-color: rgb(52,36,136); }

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

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

 span { border-color: rgb(52,36,136); }

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