Html Css Color HEX #341195 Persian Indigo

📋 copy color: '#341195'

red 52 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #341195

Tints of Persian Indigo #341195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 23.85%
G = 7.8%
B = 68.35%

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

#341195 (or 0x341195) is known color: Persian Indigo. HEX triplet: 34, 11 and 95. RGB value is (52,17,149). Sum of RGB (Red+Green+Blue) = 52+17+149=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #341195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341195 is #CBEE6A. Grayscale: #2A2A2A. Windows color (decimal): -13364843 or 9769268. OLE color: 9769268.

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

Color convert

RGB 52 17 149 -
CMYK 0.65 0.89 0 0.42
HSL 255.91º 0.8% 0.33% -
HSV(B) 255.91º 0.89% 0.58% -
XYZ 7.04 3.3 28.7 -
YUV 42.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 52 17 149 0.65 0.89 0 0.42 255.91 0.8 0.33
Hex 34 11 95 41 59 0 2A 100 50 21
Octal 64 21 225 101 131 0 52 400 120 41
Binary 110100 10001 10010101 1000001 1011001 0 101010 100000000 1010000 100001

Color Harmonies of #341195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341195

Black with #341195

Text Example


Text Example

White with #341195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341195; }

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

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

background-color css

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

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

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

border-color css

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

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

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