Html Css Color HEX #340884 Persian Indigo

📋 copy color: '#340884'

red 52 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #340884

Tints of Persian Indigo #340884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 132 (51.95% from 255) = 68.75%

R = 27.08%
G = 4.17%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#340884 (or 0x340884) is known color: Persian Indigo. HEX triplet: 34, 08 and 84. RGB value is (52,8,132). Sum of RGB (Red+Green+Blue) = 52+8+132=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #340884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340884 is #CBF77B. Grayscale: #222222. Windows color (decimal): -13367164 or 8652852. OLE color: 8652852.

HSL color Cylindrical-coordinate representation of color #340884: hue angle of 261.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340884 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 8 132 -
CMYK 0.61 0.94 0 0.48
HSL 261.29º 0.89% 0.27% -
HSV(B) 261.29º 0.94% 0.52% -
XYZ 5.67 2.57 22.03 -
YUV 35.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 52 8 132 0.61 0.94 0 0.48 261.29 0.89 0.27
Hex 34 8 84 3D 5E 0 30 105 59 1B
Octal 64 10 204 75 136 0 60 405 131 33
Binary 110100 1000 10000100 111101 1011110 0 110000 100000101 1011001 11011

Color Harmonies of #340884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340884

Black with #340884

Text Example


Text Example

White with #340884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340884; }

 p { color: rgb(52,8,132); }

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

background-color css

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

 a { background-color: rgb(52,8,132); }

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

border-color css

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

 span { border-color: rgb(52,8,132); }

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