Html Css Color HEX #340F80 Persian Indigo

📋 copy color: '#340F80'

red 52 ◦ green 15 ◦ blue 128

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

Shades of Persian Indigo #340F80

Tints of Persian Indigo #340F80

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

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

R = 26.67%
G = 7.69%
B = 65.64%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#340F80 (or 0x340F80) is known color: Persian Indigo. HEX triplet: 34, 0F and 80. RGB value is (52,15,128). Sum of RGB (Red+Green+Blue) = 52+15+128=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #340F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340F80 is #CBF07F. Grayscale: #262626. Windows color (decimal): -13365376 or 8392500. OLE color: 8392500.

HSL color Cylindrical-coordinate representation of color #340F80: hue angle of 259.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340F80 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 15 128 -
CMYK 0.59 0.88 0 0.50
HSL 259.65º 0.79% 0.28% -
HSV(B) 259.65º 0.88% 0.5% -
XYZ 5.48 2.63 20.64 -
YUV 38.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 52 15 128 0.59 0.88 0 0.50 259.65 0.79 0.28
Hex 34 F 80 3B 58 0 32 104 4F 1C
Octal 64 17 200 73 130 0 62 404 117 34
Binary 110100 1111 10000000 111011 1011000 0 110010 100000100 1001111 11100

Color Harmonies of #340F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F80

Black with #340F80

Text Example


Text Example

White with #340F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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