Html Css Color HEX #340A71 Persian Indigo

📋 copy color: '#340A71'

red 52 ◦ green 10 ◦ blue 113

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

Shades of Persian Indigo #340A71

Tints of Persian Indigo #340A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 29.71%
G = 5.71%
B = 64.57%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340A71 (or 0x340A71) is known color: Persian Indigo. HEX triplet: 34, 0A and 71. RGB value is (52,10,113). Sum of RGB (Red+Green+Blue) = 52+10+113=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #340A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A71 is #CBF58E. Grayscale: #212121. Windows color (decimal): -13366671 or 7408180. OLE color: 7408180.

HSL color Cylindrical-coordinate representation of color #340A71: hue angle of 264.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340A71 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 10 113 -
CMYK 0.54 0.91 0 0.56
HSL 264.47º 0.84% 0.24% -
HSV(B) 264.47º 0.91% 0.44% -
XYZ 4.51 2.14 15.8 -
YUV 34.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 52 10 113 0.54 0.91 0 0.56 264.47 0.84 0.24
Hex 34 A 71 36 5B 0 38 108 54 18
Octal 64 12 161 66 133 0 70 410 124 30
Binary 110100 1010 1110001 110110 1011011 0 111000 100001000 1010100 11000

Color Harmonies of #340A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A71

Black with #340A71

Text Example


Text Example

White with #340A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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