Html Css Color HEX #341376 Persian Indigo

📋 copy color: '#341376'

red 52 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #341376

Tints of Persian Indigo #341376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 27.51%
G = 10.05%
B = 62.43%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341376 (or 0x341376) is known color: Persian Indigo. HEX triplet: 34, 13 and 76. RGB value is (52,19,118). Sum of RGB (Red+Green+Blue) = 52+19+118=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #341376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341376 is #CBEC89. Grayscale: #272727. Windows color (decimal): -13364362 or 7738164. OLE color: 7738164.

HSL color Cylindrical-coordinate representation of color #341376: hue angle of 260º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341376 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 19 118 -
CMYK 0.56 0.84 0 0.54
HSL 260º 0.72% 0.27% -
HSV(B) 260º 0.84% 0.46% -
XYZ 4.92 2.5 17.36 -
YUV 40.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 52 19 118 0.56 0.84 0 0.54 260 0.72 0.27
Hex 34 13 76 38 54 0 36 104 48 1B
Octal 64 23 166 70 124 0 66 404 110 33
Binary 110100 10011 1110110 111000 1010100 0 110110 100000100 1001000 11011

Color Harmonies of #341376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341376

Black with #341376

Text Example


Text Example

White with #341376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341376; }

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

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

background-color css

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

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

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

border-color css

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

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

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