Html Css Color HEX #340488 Persian Indigo

📋 copy color: '#340488'

red 52 ◦ green 4 ◦ blue 136

#340488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #340488

Tints of Persian Indigo #340488

RGB

 RED value IS 52 (20.7% from 255) = 27.08%

 GREEN value IS 4 (1.95% from 255) = 2.08%

 BLUE value IS 136 (53.52% from 255) = 70.83%

R = 27.08%
G = 2.08%
B = 70.83%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340488 (or 0x340488) is known color: Persian Indigo. HEX triplet: 34, 04 and 88. RGB value is (52,4,136). Sum of RGB (Red+Green+Blue) = 52+4+136=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #340488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340488 is #CBFB77. Grayscale: #202020. Windows color (decimal): -13368184 or 8913972. OLE color: 8913972.

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

Color convert

RGB 52 4 136 -
CMYK 0.62 0.97 0 0.47
HSL 261.82º 0.94% 0.27% -
HSV(B) 261.82º 0.97% 0.53% -
XYZ 5.9 2.59 23.48 -
YUV 33.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 52 4 136 0.62 0.97 0 0.47 261.82 0.94 0.27
Hex 34 4 88 3E 61 0 2F 106 5E 1B
Octal 64 4 210 76 141 0 57 406 136 33
Binary 110100 100 10001000 111110 1100001 0 101111 100000110 1011110 11011

Color Harmonies of #340488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340488

Black with #340488

Text Example


Text Example

White with #340488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340488; }

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

 H1.HeaderClassName
 {
   color: #340488;
 }
 .AnyTagClassName
 {
   color: #340488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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