Html Css Color HEX #341189 Persian Indigo

📋 copy color: '#341189'

red 52 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #341189

Tints of Persian Indigo #341189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.5%

R = 25.24%
G = 8.25%
B = 66.5%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#341189 (or 0x341189) is known color: Persian Indigo. HEX triplet: 34, 11 and 89. RGB value is (52,17,137). Sum of RGB (Red+Green+Blue) = 52+17+137=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #341189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341189 is #CBEE76. Grayscale: #282828. Windows color (decimal): -13364855 or 8982836. OLE color: 8982836.

HSL color Cylindrical-coordinate representation of color #341189: hue angle of 257.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341189 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 17 137 -
CMYK 0.62 0.88 0 0.46
HSL 257.5º 0.78% 0.3% -
HSV(B) 257.5º 0.88% 0.54% -
XYZ 6.13 2.94 23.91 -
YUV 41.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 52 17 137 0.62 0.88 0 0.46 257.5 0.78 0.3
Hex 34 11 89 3E 58 0 2E 102 4E 1E
Octal 64 21 211 76 130 0 56 402 116 36
Binary 110100 10001 10001001 111110 1011000 0 101110 100000010 1001110 11110

Color Harmonies of #341189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341189

Black with #341189

Text Example


Text Example

White with #341189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341189; }

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

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

background-color css

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

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

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

border-color css

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

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

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