Html Css Color HEX #341190 Persian Indigo

📋 copy color: '#341190'

red 52 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #341190

Tints of Persian Indigo #341190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 24.41%
G = 7.98%
B = 67.61%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#341190 (or 0x341190) is known color: Persian Indigo. HEX triplet: 34, 11 and 90. RGB value is (52,17,144). Sum of RGB (Red+Green+Blue) = 52+17+144=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #341190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341190 is #CBEE6F. Grayscale: #292929. Windows color (decimal): -13364848 or 9441588. OLE color: 9441588.

HSL color Cylindrical-coordinate representation of color #341190: hue angle of 256.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341190 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 17 144 -
CMYK 0.64 0.88 0 0.44
HSL 256.54º 0.79% 0.32% -
HSV(B) 256.54º 0.88% 0.56% -
XYZ 6.65 3.14 26.64 -
YUV 41.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 52 17 144 0.64 0.88 0 0.44 256.54 0.79 0.32
Hex 34 11 90 40 58 0 2C 101 4F 20
Octal 64 21 220 100 130 0 54 401 117 40
Binary 110100 10001 10010000 1000000 1011000 0 101100 100000001 1001111 100000

Color Harmonies of #341190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341190

Black with #341190

Text Example


Text Example

White with #341190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341190; }

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

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

background-color css

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

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

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

border-color css

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

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

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