Html Css Color HEX #341193 Persian Indigo

📋 copy color: '#341193'

red 52 ◦ green 17 ◦ blue 147

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

Shades of Persian Indigo #341193

Tints of Persian Indigo #341193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.06%

R = 24.07%
G = 7.87%
B = 68.06%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341193 (or 0x341193) is known color: Persian Indigo. HEX triplet: 34, 11 and 93. RGB value is (52,17,147). Sum of RGB (Red+Green+Blue) = 52+17+147=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #341193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341193 is #CBEE6C. Grayscale: #292929. Windows color (decimal): -13364845 or 9638196. OLE color: 9638196.

HSL color Cylindrical-coordinate representation of color #341193: hue angle of 256.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341193 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 17 147 -
CMYK 0.65 0.88 0 0.42
HSL 256.15º 0.79% 0.32% -
HSV(B) 256.15º 0.88% 0.58% -
XYZ 6.88 3.24 27.87 -
YUV 42.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 52 17 147 0.65 0.88 0 0.42 256.15 0.79 0.32
Hex 34 11 93 41 58 0 2A 100 4F 20
Octal 64 21 223 101 130 0 52 400 117 40
Binary 110100 10001 10010011 1000001 1011000 0 101010 100000000 1001111 100000

Color Harmonies of #341193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341193

Black with #341193

Text Example


Text Example

White with #341193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341193; }

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

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

background-color css

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

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

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

border-color css

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

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

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