Html Css Color HEX #341076 Persian Indigo

📋 copy color: '#341076'

red 52 ◦ green 16 ◦ blue 118

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

Shades of Persian Indigo #341076

Tints of Persian Indigo #341076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 27.96%
G = 8.6%
B = 63.44%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341076 (or 0x341076) is known color: Persian Indigo. HEX triplet: 34, 10 and 76. RGB value is (52,16,118). Sum of RGB (Red+Green+Blue) = 52+16+118=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #341076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341076 is #CBEF89. Grayscale: #262626. Windows color (decimal): -13365130 or 7737396. OLE color: 7737396.

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

Color convert

RGB 52 16 118 -
CMYK 0.56 0.86 0 0.54
HSL 261.18º 0.76% 0.26% -
HSV(B) 261.18º 0.86% 0.46% -
XYZ 4.87 2.41 17.35 -
YUV 38.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 52 16 118 0.56 0.86 0 0.54 261.18 0.76 0.26
Hex 34 10 76 38 56 0 36 105 4C 1A
Octal 64 20 166 70 126 0 66 405 114 32
Binary 110100 10000 1110110 111000 1010110 0 110110 100000101 1001100 11010

Color Harmonies of #341076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341076

Black with #341076

Text Example


Text Example

White with #341076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341076; }

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

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

background-color css

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

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

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

border-color css

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

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

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