Html Css Color HEX #341194 Persian Indigo

📋 copy color: '#341194'

red 52 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #341194

Tints of Persian Indigo #341194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 23.96%
G = 7.83%
B = 68.2%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341194 (or 0x341194) is known color: Persian Indigo. HEX triplet: 34, 11 and 94. RGB value is (52,17,148). Sum of RGB (Red+Green+Blue) = 52+17+148=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #341194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341194 is #CBEE6B. Grayscale: #292929. Windows color (decimal): -13364844 or 9703732. OLE color: 9703732.

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

Color convert

RGB 52 17 148 -
CMYK 0.65 0.89 0 0.42
HSL 256.03º 0.79% 0.32% -
HSV(B) 256.03º 0.89% 0.58% -
XYZ 6.96 3.27 28.28 -
YUV 42.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 52 17 148 0.65 0.89 0 0.42 256.03 0.79 0.32
Hex 34 11 94 41 59 0 2A 100 4F 20
Octal 64 21 224 101 131 0 52 400 117 40
Binary 110100 10001 10010100 1000001 1011001 0 101010 100000000 1001111 100000

Color Harmonies of #341194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341194

Black with #341194

Text Example


Text Example

White with #341194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341194; }

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

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

background-color css

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

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

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

border-color css

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

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

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