Html Css Color HEX #341199 Persian Indigo

📋 copy color: '#341199'

red 52 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #341199

Tints of Persian Indigo #341199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 23.42%
G = 7.66%
B = 68.92%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341199 (or 0x341199) is known color: Persian Indigo. HEX triplet: 34, 11 and 99. RGB value is (52,17,153). Sum of RGB (Red+Green+Blue) = 52+17+153=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #341199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341199 is #CBEE66. Grayscale: #2A2A2A. Windows color (decimal): -13364839 or 10031412. OLE color: 10031412.

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

Color convert

RGB 52 17 153 -
CMYK 0.66 0.89 0 0.4
HSL 255.44º 0.8% 0.33% -
HSV(B) 255.44º 0.89% 0.6% -
XYZ 7.37 3.43 30.41 -
YUV 42.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 52 17 153 0.66 0.89 0 0.4 255.44 0.8 0.33
Hex 34 11 99 42 59 0 28 FF 50 21
Octal 64 21 231 102 131 0 50 377 120 41
Binary 110100 10001 10011001 1000010 1011001 0 101000 11111111 1010000 100001

Color Harmonies of #341199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341199

Black with #341199

Text Example


Text Example

White with #341199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341199; }

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

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

background-color css

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

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

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

border-color css

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

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

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