Html Css Color HEX #341891 Persian Indigo

📋 copy color: '#341891'

red 52 ◦ green 24 ◦ blue 145

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

Shades of Persian Indigo #341891

Tints of Persian Indigo #341891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 23.53%
G = 10.86%
B = 65.61%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341891 (or 0x341891) is known color: Persian Indigo. HEX triplet: 34, 18 and 91. RGB value is (52,24,145). Sum of RGB (Red+Green+Blue) = 52+24+145=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #341891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341891 is #CBE76E. Grayscale: #2D2D2D. Windows color (decimal): -13363055 or 9508916. OLE color: 9508916.

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

Color convert

RGB 52 24 145 -
CMYK 0.64 0.83 0 0.43
HSL 253.88º 0.72% 0.33% -
HSV(B) 253.88º 0.83% 0.57% -
XYZ 6.85 3.43 27.09 -
YUV 46.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 52 24 145 0.64 0.83 0 0.43 253.88 0.72 0.33
Hex 34 18 91 40 53 0 2B FE 48 21
Octal 64 30 221 100 123 0 53 376 110 41
Binary 110100 11000 10010001 1000000 1010011 0 101011 11111110 1001000 100001

Color Harmonies of #341891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341891

Black with #341891

Text Example


Text Example

White with #341891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341891; }

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

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

background-color css

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

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

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

border-color css

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

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

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