Html Css Color HEX #341091 Persian Indigo

📋 copy color: '#341091'

red 52 ◦ green 16 ◦ blue 145

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

Shades of Persian Indigo #341091

Tints of Persian Indigo #341091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 24.41%
G = 7.51%
B = 68.08%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341091 (or 0x341091) is known color: Persian Indigo. HEX triplet: 34, 10 and 91. RGB value is (52,16,145). Sum of RGB (Red+Green+Blue) = 52+16+145=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #341091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341091 is #CBEF6E. Grayscale: #282828. Windows color (decimal): -13365103 or 9506868. OLE color: 9506868.

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

Color convert

RGB 52 16 145 -
CMYK 0.64 0.89 0 0.43
HSL 256.74º 0.8% 0.32% -
HSV(B) 256.74º 0.89% 0.57% -
XYZ 6.71 3.14 27.04 -
YUV 41.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 52 16 145 0.64 0.89 0 0.43 256.74 0.8 0.32
Hex 34 10 91 40 59 0 2B 101 50 20
Octal 64 20 221 100 131 0 53 401 120 40
Binary 110100 10000 10010001 1000000 1011001 0 101011 100000001 1010000 100000

Color Harmonies of #341091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341091

Black with #341091

Text Example


Text Example

White with #341091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341091; }

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

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

background-color css

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

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

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

border-color css

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

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

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