Html Css Color HEX #340D86 Persian Indigo

📋 copy color: '#340D86'

red 52 ◦ green 13 ◦ blue 134

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

Shades of Persian Indigo #340D86

Tints of Persian Indigo #340D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 134 (52.73% from 255) = 67.34%

R = 26.13%
G = 6.53%
B = 67.34%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340D86 (or 0x340D86) is known color: Persian Indigo. HEX triplet: 34, 0D and 86. RGB value is (52,13,134). Sum of RGB (Red+Green+Blue) = 52+13+134=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #340D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D86 is #CBF279. Grayscale: #262626. Windows color (decimal): -13365882 or 8785204. OLE color: 8785204.

HSL color Cylindrical-coordinate representation of color #340D86: hue angle of 259.34º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340D86 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 13 134 -
CMYK 0.61 0.90 0 0.47
HSL 259.34º 0.82% 0.29% -
HSV(B) 259.34º 0.9% 0.53% -
XYZ 5.86 2.74 22.77 -
YUV 38.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 52 13 134 0.61 0.90 0 0.47 259.34 0.82 0.29
Hex 34 D 86 3D 5A 0 2F 103 52 1D
Octal 64 15 206 75 132 0 57 403 122 35
Binary 110100 1101 10000110 111101 1011010 0 101111 100000011 1010010 11101

Color Harmonies of #340D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D86

Black with #340D86

Text Example


Text Example

White with #340D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,13,134); }

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

background-color css

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

 a { background-color: rgb(52,13,134); }

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

border-color css

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

 span { border-color: rgb(52,13,134); }

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