Html Css Color HEX #341E79 Persian Indigo

📋 copy color: '#341E79'

red 52 ◦ green 30 ◦ blue 121

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

Shades of Persian Indigo #341E79

Tints of Persian Indigo #341E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.78%

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

R = 25.62%
G = 14.78%
B = 59.61%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341E79 (or 0x341E79) is known color: Persian Indigo. HEX triplet: 34, 1E and 79. RGB value is (52,30,121). Sum of RGB (Red+Green+Blue) = 52+30+121=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #341E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E79 is #CBE186. Grayscale: #2E2E2E. Windows color (decimal): -13361543 or 7937588. OLE color: 7937588.

HSL color Cylindrical-coordinate representation of color #341E79: hue angle of 254.51º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341E79 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 30 121 -
CMYK 0.57 0.75 0 0.53
HSL 254.51º 0.6% 0.3% -
HSV(B) 254.51º 0.75% 0.47% -
XYZ 5.33 3.04 18.39 -
YUV 46.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 52 30 121 0.57 0.75 0 0.53 254.51 0.6 0.3
Hex 34 1E 79 39 4B 0 35 FF 3C 1E
Octal 64 36 171 71 113 0 65 377 74 36
Binary 110100 11110 1111001 111001 1001011 0 110101 11111111 111100 11110

Color Harmonies of #341E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E79

Black with #341E79

Text Example


Text Example

White with #341E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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