Html Css Color HEX #340A69 Persian Indigo

📋 copy color: '#340A69'

red 52 ◦ green 10 ◦ blue 105

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

Shades of Persian Indigo #340A69

Tints of Persian Indigo #340A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.99%

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

R = 31.14%
G = 5.99%
B = 62.87%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340A69 (or 0x340A69) is known color: Persian Indigo. HEX triplet: 34, 0A and 69. RGB value is (52,10,105). Sum of RGB (Red+Green+Blue) = 52+10+105=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #340A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A69 is #CBF596. Grayscale: #212121. Windows color (decimal): -13366679 or 6883892. OLE color: 6883892.

HSL color Cylindrical-coordinate representation of color #340A69: hue angle of 266.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340A69 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 10 105 -
CMYK 0.50 0.90 0 0.59
HSL 266.53º 0.83% 0.23% -
HSV(B) 266.53º 0.9% 0.41% -
XYZ 4.07 1.97 13.53 -
YUV 33.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 52 10 105 0.50 0.90 0 0.59 266.53 0.83 0.23
Hex 34 A 69 32 5A 0 3B 10B 53 17
Octal 64 12 151 62 132 0 73 413 123 27
Binary 110100 1010 1101001 110010 1011010 0 111011 100001011 1010011 10111

Color Harmonies of #340A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A69

Black with #340A69

Text Example


Text Example

White with #340A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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