Html Css Color HEX #340780 Persian Indigo

📋 copy color: '#340780'

red 52 ◦ green 7 ◦ blue 128

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

Shades of Persian Indigo #340780

Tints of Persian Indigo #340780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 27.81%
G = 3.74%
B = 68.45%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#340780 (or 0x340780) is known color: Persian Indigo. HEX triplet: 34, 07 and 80. RGB value is (52,7,128). Sum of RGB (Red+Green+Blue) = 52+7+128=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #340780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340780 is #CBF87F. Grayscale: #212121. Windows color (decimal): -13367424 or 8390452. OLE color: 8390452.

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

Color convert

RGB 52 7 128 -
CMYK 0.59 0.95 0 0.50
HSL 262.31º 0.9% 0.26% -
HSV(B) 262.31º 0.95% 0.5% -
XYZ 5.39 2.44 20.61 -
YUV 34.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 52 7 128 0.59 0.95 0 0.50 262.31 0.9 0.26
Hex 34 7 80 3B 5F 0 32 106 5A 1A
Octal 64 7 200 73 137 0 62 406 132 32
Binary 110100 111 10000000 111011 1011111 0 110010 100000110 1011010 11010

Color Harmonies of #340780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340780

Black with #340780

Text Example


Text Example

White with #340780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340780; }

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

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

background-color css

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

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

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

border-color css

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

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

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