Html Css Color HEX #341C71 Persian Indigo

📋 copy color: '#341C71'

red 52 ◦ green 28 ◦ blue 113

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

Shades of Persian Indigo #341C71

Tints of Persian Indigo #341C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.51%

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 26.94%
G = 14.51%
B = 58.55%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341C71 (or 0x341C71) is known color: Persian Indigo. HEX triplet: 34, 1C and 71. RGB value is (52,28,113). Sum of RGB (Red+Green+Blue) = 52+28+113=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #341C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C71 is #CBE38E. Grayscale: #2C2C2C. Windows color (decimal): -13362063 or 7412788. OLE color: 7412788.

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

Color convert

RGB 52 28 113 -
CMYK 0.54 0.75 0 0.56
HSL 256.94º 0.6% 0.28% -
HSV(B) 256.94º 0.75% 0.44% -
XYZ 4.81 2.75 15.9 -
YUV 44.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 52 28 113 0.54 0.75 0 0.56 256.94 0.6 0.28
Hex 34 1C 71 36 4B 0 38 101 3C 1C
Octal 64 34 161 66 113 0 70 401 74 34
Binary 110100 11100 1110001 110110 1001011 0 111000 100000001 111100 11100

Color Harmonies of #341C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C71

Black with #341C71

Text Example


Text Example

White with #341C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,28,113); }

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

background-color css

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

 a { background-color: rgb(52,28,113); }

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

border-color css

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

 span { border-color: rgb(52,28,113); }

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