Html Css Color HEX #341D76 Persian Indigo

📋 copy color: '#341D76'

red 52 ◦ green 29 ◦ blue 118

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

Shades of Persian Indigo #341D76

Tints of Persian Indigo #341D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 26.13%
G = 14.57%
B = 59.3%

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

#341D76 (or 0x341D76) is known color: Persian Indigo. HEX triplet: 34, 1D and 76. RGB value is (52,29,118). Sum of RGB (Red+Green+Blue) = 52+29+118=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #341D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D76 is #CBE289. Grayscale: #2D2D2D. Windows color (decimal): -13361802 or 7740724. OLE color: 7740724.

HSL color Cylindrical-coordinate representation of color #341D76: hue angle of 255.51º degrees, saturation: 0.61, 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 #341D76 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 29 118 -
CMYK 0.56 0.75 0 0.54
HSL 255.51º 0.61% 0.29% -
HSV(B) 255.51º 0.75% 0.46% -
XYZ 5.13 2.92 17.43 -
YUV 46.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 52 29 118 0.56 0.75 0 0.54 255.51 0.61 0.29
Hex 34 1D 76 38 4B 0 36 100 3D 1D
Octal 64 35 166 70 113 0 66 400 75 35
Binary 110100 11101 1110110 111000 1001011 0 110110 100000000 111101 11101

Color Harmonies of #341D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D76

Black with #341D76

Text Example


Text Example

White with #341D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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