Html Css Color HEX #341380 Persian Indigo

📋 copy color: '#341380'

red 52 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #341380

Tints of Persian Indigo #341380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 26.13%
G = 9.55%
B = 64.32%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#341380 (or 0x341380) is known color: Persian Indigo. HEX triplet: 34, 13 and 80. RGB value is (52,19,128). Sum of RGB (Red+Green+Blue) = 52+19+128=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #341380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341380 is #CBEC7F. Grayscale: #282828. Windows color (decimal): -13364352 or 8393524. OLE color: 8393524.

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

Color convert

RGB 52 19 128 -
CMYK 0.59 0.85 0 0.50
HSL 258.17º 0.74% 0.29% -
HSV(B) 258.17º 0.85% 0.5% -
XYZ 5.55 2.75 20.66 -
YUV 41.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 52 19 128 0.59 0.85 0 0.50 258.17 0.74 0.29
Hex 34 13 80 3B 55 0 32 102 4A 1D
Octal 64 23 200 73 125 0 62 402 112 35
Binary 110100 10011 10000000 111011 1010101 0 110010 100000010 1001010 11101

Color Harmonies of #341380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341380

Black with #341380

Text Example


Text Example

White with #341380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341380; }

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

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

background-color css

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

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

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

border-color css

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

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

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