Html Css Color HEX #341196 Persian Indigo

📋 copy color: '#341196'

red 52 ◦ green 17 ◦ blue 150

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

Shades of Persian Indigo #341196

Tints of Persian Indigo #341196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 23.74%
G = 7.76%
B = 68.49%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#341196 (or 0x341196) is known color: Persian Indigo. HEX triplet: 34, 11 and 96. RGB value is (52,17,150). Sum of RGB (Red+Green+Blue) = 52+17+150=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #341196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341196 is #CBEE69. Grayscale: #2A2A2A. Windows color (decimal): -13364842 or 9834804. OLE color: 9834804.

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

Color convert

RGB 52 17 150 -
CMYK 0.65 0.89 0 0.41
HSL 255.79º 0.8% 0.33% -
HSV(B) 255.79º 0.89% 0.59% -
XYZ 7.12 3.33 29.12 -
YUV 42.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 52 17 150 0.65 0.89 0 0.41 255.79 0.8 0.33
Hex 34 11 96 41 59 0 29 100 50 21
Octal 64 21 226 101 131 0 51 400 120 41
Binary 110100 10001 10010110 1000001 1011001 0 101001 100000000 1010000 100001

Color Harmonies of #341196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341196

Black with #341196

Text Example


Text Example

White with #341196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341196; }

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

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

background-color css

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

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

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

border-color css

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

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

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