Html Css Color HEX #340369 Persian Indigo

📋 copy color: '#340369'

red 52 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #340369

Tints of Persian Indigo #340369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

 BLUE value IS 105 (41.41% from 255) = 65.63%

R = 32.5%
G = 1.88%
B = 65.63%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340369 (or 0x340369) is known color: Persian Indigo. HEX triplet: 34, 03 and 69. RGB value is (52,3,105). Sum of RGB (Red+Green+Blue) = 52+3+105=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #340369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340369 is #CBFC96. Grayscale: #1C1C1C. Windows color (decimal): -13368471 or 6882100. OLE color: 6882100.

HSL color Cylindrical-coordinate representation of color #340369: hue angle of 268.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340369 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 3 105 -
CMYK 0.50 0.97 0 0.59
HSL 268.82º 0.94% 0.21% -
HSV(B) 268.82º 0.97% 0.41% -
XYZ 4 1.82 13.5 -
YUV 29.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 52 3 105 0.50 0.97 0 0.59 268.82 0.94 0.21
Hex 34 3 69 32 61 0 3B 10D 5E 15
Octal 64 3 151 62 141 0 73 415 136 25
Binary 110100 11 1101001 110010 1100001 0 111011 100001101 1011110 10101

Color Harmonies of #340369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340369

Black with #340369

Text Example


Text Example

White with #340369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340369; }

 p { color: rgb(52,3,105); }

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

background-color css

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

 a { background-color: rgb(52,3,105); }

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

border-color css

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

 span { border-color: rgb(52,3,105); }

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