Html Css Color HEX #341F89 Persian Indigo

📋 copy color: '#341F89'

red 52 ◦ green 31 ◦ blue 137

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

Shades of Persian Indigo #341F89

Tints of Persian Indigo #341F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 23.64%
G = 14.09%
B = 62.27%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#341F89 (or 0x341F89) is known color: Persian Indigo. HEX triplet: 34, 1F and 89. RGB value is (52,31,137). Sum of RGB (Red+Green+Blue) = 52+31+137=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #341F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F89 is #CBE076. Grayscale: #303030. Windows color (decimal): -13361271 or 8986420. OLE color: 8986420.

HSL color Cylindrical-coordinate representation of color #341F89: hue angle of 251.89º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341F89 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 31 137 -
CMYK 0.62 0.77 0 0.46
HSL 251.89º 0.63% 0.33% -
HSV(B) 251.89º 0.77% 0.54% -
XYZ 6.42 3.52 24.01 -
YUV 49.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 52 31 137 0.62 0.77 0 0.46 251.89 0.63 0.33
Hex 34 1F 89 3E 4D 0 2E FC 3F 21
Octal 64 37 211 76 115 0 56 374 77 41
Binary 110100 11111 10001001 111110 1001101 0 101110 11111100 111111 100001

Color Harmonies of #341F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F89

Black with #341F89

Text Example


Text Example

White with #341F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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