Html Css Color HEX #340999 Persian Indigo

📋 copy color: '#340999'

red 52 ◦ green 9 ◦ blue 153

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

Shades of Persian Indigo #340999

Tints of Persian Indigo #340999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 24.3%
G = 4.21%
B = 71.5%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#340999 (or 0x340999) is known color: Persian Indigo. HEX triplet: 34, 09 and 99. RGB value is (52,9,153). Sum of RGB (Red+Green+Blue) = 52+9+153=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #340999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340999 is #CBF666. Grayscale: #252525. Windows color (decimal): -13366887 or 10029364. OLE color: 10029364.

HSL color Cylindrical-coordinate representation of color #340999: hue angle of 257.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340999 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 9 153 -
CMYK 0.66 0.94 0 0.4
HSL 257.92º 0.89% 0.32% -
HSV(B) 257.92º 0.94% 0.6% -
XYZ 7.26 3.23 30.38 -
YUV 38.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 52 9 153 0.66 0.94 0 0.4 257.92 0.89 0.32
Hex 34 9 99 42 5E 0 28 102 59 20
Octal 64 11 231 102 136 0 50 402 131 40
Binary 110100 1001 10011001 1000010 1011110 0 101000 100000010 1011001 100000

Color Harmonies of #340999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340999

Black with #340999

Text Example


Text Example

White with #340999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340999; }

 p { color: rgb(52,9,153); }

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

background-color css

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

 a { background-color: rgb(52,9,153); }

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

border-color css

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

 span { border-color: rgb(52,9,153); }

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