Html Css Color HEX #341591 Persian Indigo

📋 copy color: '#341591'

red 52 ◦ green 21 ◦ blue 145

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

Shades of Persian Indigo #341591

Tints of Persian Indigo #341591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 23.85%
G = 9.63%
B = 66.51%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341591 (or 0x341591) is known color: Persian Indigo. HEX triplet: 34, 15 and 91. RGB value is (52,21,145). Sum of RGB (Red+Green+Blue) = 52+21+145=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #341591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341591 is #CBEA6E. Grayscale: #2B2B2B. Windows color (decimal): -13363823 or 9508148. OLE color: 9508148.

HSL color Cylindrical-coordinate representation of color #341591: hue angle of 255º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341591 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 21 145 -
CMYK 0.64 0.86 0 0.43
HSL 255º 0.75% 0.33% -
HSV(B) 255º 0.86% 0.57% -
XYZ 6.8 3.31 27.07 -
YUV 44.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 52 21 145 0.64 0.86 0 0.43 255 0.75 0.33
Hex 34 15 91 40 56 0 2B FF 4B 21
Octal 64 25 221 100 126 0 53 377 113 41
Binary 110100 10101 10010001 1000000 1010110 0 101011 11111111 1001011 100001

Color Harmonies of #341591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341591

Black with #341591

Text Example


Text Example

White with #341591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341591; }

 p { color: rgb(52,21,145); }

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

background-color css

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

 a { background-color: rgb(52,21,145); }

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

border-color css

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

 span { border-color: rgb(52,21,145); }

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