Html Css Color HEX #340699 Persian Indigo

📋 copy color: '#340699'

red 52 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #340699

Tints of Persian Indigo #340699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 24.64%
G = 2.84%
B = 72.51%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#340699 (or 0x340699) is known color: Persian Indigo. HEX triplet: 34, 06 and 99. RGB value is (52,6,153). Sum of RGB (Red+Green+Blue) = 52+6+153=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #340699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340699 is #CBF966. Grayscale: #232323. Windows color (decimal): -13367655 or 10028596. OLE color: 10028596.

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

Color convert

RGB 52 6 153 -
CMYK 0.66 0.96 0 0.4
HSL 258.78º 0.92% 0.31% -
HSV(B) 258.78º 0.96% 0.6% -
XYZ 7.23 3.16 30.37 -
YUV 36.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 52 6 153 0.66 0.96 0 0.4 258.78 0.92 0.31
Hex 34 6 99 42 60 0 28 103 5C 1F
Octal 64 6 231 102 140 0 50 403 134 37
Binary 110100 110 10011001 1000010 1100000 0 101000 100000011 1011100 11111

Color Harmonies of #340699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340699

Black with #340699

Text Example


Text Example

White with #340699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340699; }

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

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

background-color css

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

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

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

border-color css

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

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

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