Html Css Color HEX #341E76 Persian Indigo

📋 copy color: '#341E76'

red 52 ◦ green 30 ◦ blue 118

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

Shades of Persian Indigo #341E76

Tints of Persian Indigo #341E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59%

R = 26%
G = 15%
B = 59%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341E76 (or 0x341E76) is known color: Persian Indigo. HEX triplet: 34, 1E and 76. RGB value is (52,30,118). Sum of RGB (Red+Green+Blue) = 52+30+118=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #341E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E76 is #CBE189. Grayscale: #2E2E2E. Windows color (decimal): -13361546 or 7740980. OLE color: 7740980.

HSL color Cylindrical-coordinate representation of color #341E76: hue angle of 255º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341E76 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 30 118 -
CMYK 0.56 0.75 0 0.54
HSL 255º 0.59% 0.29% -
HSV(B) 255º 0.75% 0.46% -
XYZ 5.15 2.97 17.44 -
YUV 46.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 52 30 118 0.56 0.75 0 0.54 255 0.59 0.29
Hex 34 1E 76 38 4B 0 36 FF 3B 1D
Octal 64 36 166 70 113 0 66 377 73 35
Binary 110100 11110 1110110 111000 1001011 0 110110 11111111 111011 11101

Color Harmonies of #341E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E76

Black with #341E76

Text Example


Text Example

White with #341E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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