Html Css Color HEX #341175 Persian Indigo

📋 copy color: '#341175'

red 52 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #341175

Tints of Persian Indigo #341175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 27.96%
G = 9.14%
B = 62.9%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341175 (or 0x341175) is known color: Persian Indigo. HEX triplet: 34, 11 and 75. RGB value is (52,17,117). Sum of RGB (Red+Green+Blue) = 52+17+117=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #341175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341175 is #CBEE8A. Grayscale: #262626. Windows color (decimal): -13364875 or 7672116. OLE color: 7672116.

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

Color convert

RGB 52 17 117 -
CMYK 0.56 0.85 0 0.54
HSL 261º 0.75% 0.26% -
HSV(B) 261º 0.85% 0.46% -
XYZ 4.83 2.42 17.04 -
YUV 38.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 52 17 117 0.56 0.85 0 0.54 261 0.75 0.26
Hex 34 11 75 38 55 0 36 105 4B 1A
Octal 64 21 165 70 125 0 66 405 113 32
Binary 110100 10001 1110101 111000 1010101 0 110110 100000101 1001011 11010

Color Harmonies of #341175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341175

Black with #341175

Text Example


Text Example

White with #341175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341175; }

 p { color: rgb(52,17,117); }

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

background-color css

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

 a { background-color: rgb(52,17,117); }

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

border-color css

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

 span { border-color: rgb(52,17,117); }

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