Html Css Color HEX #341069 Persian Indigo

📋 copy color: '#341069'

red 52 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #341069

Tints of Persian Indigo #341069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 30.06%
G = 9.25%
B = 60.69%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#341069 (or 0x341069) is known color: Persian Indigo. HEX triplet: 34, 10 and 69. RGB value is (52,16,105). Sum of RGB (Red+Green+Blue) = 52+16+105=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #341069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341069 is #CBEF96. Grayscale: #242424. Windows color (decimal): -13365143 or 6885428. OLE color: 6885428.

HSL color Cylindrical-coordinate representation of color #341069: hue angle of 264.27º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341069 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 16 105 -
CMYK 0.50 0.85 0 0.59
HSL 264.27º 0.74% 0.24% -
HSV(B) 264.27º 0.85% 0.41% -
XYZ 4.15 2.12 13.56 -
YUV 36.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 52 16 105 0.50 0.85 0 0.59 264.27 0.74 0.24
Hex 34 10 69 32 55 0 3B 108 4A 18
Octal 64 20 151 62 125 0 73 410 112 30
Binary 110100 10000 1101001 110010 1010101 0 111011 100001000 1001010 11000

Color Harmonies of #341069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341069

Black with #341069

Text Example


Text Example

White with #341069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341069; }

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

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

background-color css

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

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

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

border-color css

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

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

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