Html Css Color HEX #340D8C Persian Indigo

📋 copy color: '#340D8C'

red 52 ◦ green 13 ◦ blue 140

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

Shades of Persian Indigo #340D8C

Tints of Persian Indigo #340D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 25.37%
G = 6.34%
B = 68.29%

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

#340D8C (or 0x340D8C) is known color: Persian Indigo. HEX triplet: 34, 0D and 8C. RGB value is (52,13,140). Sum of RGB (Red+Green+Blue) = 52+13+140=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #340D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D8C is #CBF273. Grayscale: #262626. Windows color (decimal): -13365876 or 9178420. OLE color: 9178420.

HSL color Cylindrical-coordinate representation of color #340D8C: hue angle of 258.43º 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 #340D8C is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 13 140 -
CMYK 0.63 0.91 0 0.45
HSL 258.43º 0.83% 0.3% -
HSV(B) 258.43º 0.91% 0.55% -
XYZ 6.29 2.91 25.04 -
YUV 39.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 52 13 140 0.63 0.91 0 0.45 258.43 0.83 0.3
Hex 34 D 8C 3F 5B 0 2D 102 53 1E
Octal 64 15 214 77 133 0 55 402 123 36
Binary 110100 1101 10001100 111111 1011011 0 101101 100000010 1010011 11110

Color Harmonies of #340D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D8C

Black with #340D8C

Text Example


Text Example

White with #340D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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