Html Css Color HEX #341079 Persian Indigo

📋 copy color: '#341079'

red 52 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #341079

Tints of Persian Indigo #341079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 121 (47.66% from 255) = 64.02%

R = 27.51%
G = 8.47%
B = 64.02%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341079 (or 0x341079) is known color: Persian Indigo. HEX triplet: 34, 10 and 79. RGB value is (52,16,121). Sum of RGB (Red+Green+Blue) = 52+16+121=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #341079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341079 is #CBEF86. Grayscale: #262626. Windows color (decimal): -13365127 or 7934004. OLE color: 7934004.

HSL color Cylindrical-coordinate representation of color #341079: hue angle of 260.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341079 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 16 121 -
CMYK 0.57 0.87 0 0.53
HSL 260.57º 0.77% 0.27% -
HSV(B) 260.57º 0.87% 0.47% -
XYZ 5.05 2.48 18.3 -
YUV 38.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 52 16 121 0.57 0.87 0 0.53 260.57 0.77 0.27
Hex 34 10 79 39 57 0 35 105 4D 1B
Octal 64 20 171 71 127 0 65 405 115 33
Binary 110100 10000 1111001 111001 1010111 0 110101 100000101 1001101 11011

Color Harmonies of #341079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341079

Black with #341079

Text Example


Text Example

White with #341079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341079; }

 p { color: rgb(52,16,121); }

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

background-color css

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

 a { background-color: rgb(52,16,121); }

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

border-color css

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

 span { border-color: rgb(52,16,121); }

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