Html Css Color HEX #340D77 Persian Indigo

📋 copy color: '#340D77'

red 52 ◦ green 13 ◦ blue 119

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

Shades of Persian Indigo #340D77

Tints of Persian Indigo #340D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 28.26%
G = 7.07%
B = 64.67%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#340D77 (or 0x340D77) is known color: Persian Indigo. HEX triplet: 34, 0D and 77. RGB value is (52,13,119). Sum of RGB (Red+Green+Blue) = 52+13+119=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #340D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D77 is #CBF288. Grayscale: #242424. Windows color (decimal): -13365897 or 7802164. OLE color: 7802164.

HSL color Cylindrical-coordinate representation of color #340D77: hue angle of 262.08º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340D77 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 13 119 -
CMYK 0.56 0.89 0 0.53
HSL 262.08º 0.8% 0.26% -
HSV(B) 262.08º 0.89% 0.47% -
XYZ 4.89 2.35 17.65 -
YUV 36.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 52 13 119 0.56 0.89 0 0.53 262.08 0.8 0.26
Hex 34 D 77 38 59 0 35 106 50 1A
Octal 64 15 167 70 131 0 65 406 120 32
Binary 110100 1101 1110111 111000 1011001 0 110101 100000110 1010000 11010

Color Harmonies of #340D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D77

Black with #340D77

Text Example


Text Example

White with #340D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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