Html Css Color HEX #341F93 Persian Indigo

📋 copy color: '#341F93'

red 52 ◦ green 31 ◦ blue 147

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

Shades of Persian Indigo #341F93

Tints of Persian Indigo #341F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 22.61%
G = 13.48%
B = 63.91%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341F93 (or 0x341F93) is known color: Persian Indigo. HEX triplet: 34, 1F and 93. RGB value is (52,31,147). Sum of RGB (Red+Green+Blue) = 52+31+147=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #341F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F93 is #CBE06C. Grayscale: #323232. Windows color (decimal): -13361261 or 9641780. OLE color: 9641780.

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

Color convert

RGB 52 31 147 -
CMYK 0.65 0.79 0 0.42
HSL 250.86º 0.65% 0.35% -
HSV(B) 250.86º 0.79% 0.58% -
XYZ 7.17 3.82 27.96 -
YUV 50.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 52 31 147 0.65 0.79 0 0.42 250.86 0.65 0.35
Hex 34 1F 93 41 4F 0 2A FB 41 23
Octal 64 37 223 101 117 0 52 373 101 43
Binary 110100 11111 10010011 1000001 1001111 0 101010 11111011 1000001 100011

Color Harmonies of #341F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F93

Black with #341F93

Text Example


Text Example

White with #341F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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