Html Css Color HEX #340580 Persian Indigo

📋 copy color: '#340580'

red 52 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #340580

Tints of Persian Indigo #340580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 128 (50.39% from 255) = 69.19%

R = 28.11%
G = 2.7%
B = 69.19%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#340580 (or 0x340580) is known color: Persian Indigo. HEX triplet: 34, 05 and 80. RGB value is (52,5,128). Sum of RGB (Red+Green+Blue) = 52+5+128=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #340580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340580 is #CBFA7F. Grayscale: #202020. Windows color (decimal): -13367936 or 8389940. OLE color: 8389940.

HSL color Cylindrical-coordinate representation of color #340580: hue angle of 262.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340580 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 5 128 -
CMYK 0.59 0.96 0 0.50
HSL 262.93º 0.92% 0.26% -
HSV(B) 262.93º 0.96% 0.5% -
XYZ 5.37 2.4 20.6 -
YUV 33.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 52 5 128 0.59 0.96 0 0.50 262.93 0.92 0.26
Hex 34 5 80 3B 60 0 32 107 5C 1A
Octal 64 5 200 73 140 0 62 407 134 32
Binary 110100 101 10000000 111011 1100000 0 110010 100000111 1011100 11010

Color Harmonies of #340580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340580

Black with #340580

Text Example


Text Example

White with #340580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340580; }

 p { color: rgb(52,5,128); }

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

background-color css

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

 a { background-color: rgb(52,5,128); }

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

border-color css

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

 span { border-color: rgb(52,5,128); }

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