Html Css Color HEX #341F91 Persian Indigo

📋 copy color: '#341F91'

red 52 ◦ green 31 ◦ blue 145

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

Shades of Persian Indigo #341F91

Tints of Persian Indigo #341F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

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

R = 22.81%
G = 13.6%
B = 63.6%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341F91 (or 0x341F91) is known color: Persian Indigo. HEX triplet: 34, 1F and 91. RGB value is (52,31,145). Sum of RGB (Red+Green+Blue) = 52+31+145=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #341F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F91 is #CBE06E. Grayscale: #313131. Windows color (decimal): -13361263 or 9510708. OLE color: 9510708.

HSL color Cylindrical-coordinate representation of color #341F91: hue angle of 251.05º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341F91 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 31 145 -
CMYK 0.64 0.79 0 0.43
HSL 251.05º 0.65% 0.35% -
HSV(B) 251.05º 0.79% 0.57% -
XYZ 7.02 3.75 27.14 -
YUV 50.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 52 31 145 0.64 0.79 0 0.43 251.05 0.65 0.35
Hex 34 1F 91 40 4F 0 2B FB 41 23
Octal 64 37 221 100 117 0 53 373 101 43
Binary 110100 11111 10010001 1000000 1001111 0 101011 11111011 1000001 100011

Color Harmonies of #341F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F91

Black with #341F91

Text Example


Text Example

White with #341F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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