Html Css Color HEX #341180 Persian Indigo

📋 copy color: '#341180'

red 52 ◦ green 17 ◦ blue 128

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

Shades of Persian Indigo #341180

Tints of Persian Indigo #341180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 26.4%
G = 8.63%
B = 64.97%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#341180 (or 0x341180) is known color: Persian Indigo. HEX triplet: 34, 11 and 80. RGB value is (52,17,128). Sum of RGB (Red+Green+Blue) = 52+17+128=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #341180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341180 is #CBEE7F. Grayscale: #272727. Windows color (decimal): -13364864 or 8393012. OLE color: 8393012.

HSL color Cylindrical-coordinate representation of color #341180: hue angle of 258.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341180 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 17 128 -
CMYK 0.59 0.87 0 0.50
HSL 258.92º 0.77% 0.28% -
HSV(B) 258.92º 0.87% 0.5% -
XYZ 5.51 2.69 20.65 -
YUV 40.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 52 17 128 0.59 0.87 0 0.50 258.92 0.77 0.28
Hex 34 11 80 3B 57 0 32 103 4D 1C
Octal 64 21 200 73 127 0 62 403 115 34
Binary 110100 10001 10000000 111011 1010111 0 110010 100000011 1001101 11100

Color Harmonies of #341180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341180

Black with #341180

Text Example


Text Example

White with #341180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341180; }

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

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

background-color css

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

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

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

border-color css

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

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

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