Html Css Color HEX #340D8D Persian Indigo

📋 copy color: '#340D8D'

red 52 ◦ green 13 ◦ blue 141

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

Shades of Persian Indigo #340D8D

Tints of Persian Indigo #340D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 25.24%
G = 6.31%
B = 68.45%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#340D8D (or 0x340D8D) is known color: Persian Indigo. HEX triplet: 34, 0D and 8D. RGB value is (52,13,141). Sum of RGB (Red+Green+Blue) = 52+13+141=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #340D8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D8D is #CBF272. Grayscale: #262626. Windows color (decimal): -13365875 or 9243956. OLE color: 9243956.

HSL color Cylindrical-coordinate representation of color #340D8D: hue angle of 258.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340D8D is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 13 141 -
CMYK 0.63 0.91 0 0.45
HSL 258.28º 0.83% 0.3% -
HSV(B) 258.28º 0.91% 0.55% -
XYZ 6.37 2.94 25.43 -
YUV 39.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 52 13 141 0.63 0.91 0 0.45 258.28 0.83 0.3
Hex 34 D 8D 3F 5B 0 2D 102 53 1E
Octal 64 15 215 77 133 0 55 402 123 36
Binary 110100 1101 10001101 111111 1011011 0 101101 100000010 1010011 11110

Color Harmonies of #340D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D8D

Black with #340D8D

Text Example


Text Example

White with #340D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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