Html Css Color HEX #341691 Persian Indigo

📋 copy color: '#341691'

red 52 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #341691

Tints of Persian Indigo #341691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

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

R = 23.74%
G = 10.05%
B = 66.21%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341691 (or 0x341691) is known color: Persian Indigo. HEX triplet: 34, 16 and 91. RGB value is (52,22,145). Sum of RGB (Red+Green+Blue) = 52+22+145=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #341691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341691 is #CBE96E. Grayscale: #2C2C2C. Windows color (decimal): -13363567 or 9508404. OLE color: 9508404.

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

Color convert

RGB 52 22 145 -
CMYK 0.64 0.85 0 0.43
HSL 254.63º 0.74% 0.33% -
HSV(B) 254.63º 0.85% 0.57% -
XYZ 6.81 3.35 27.08 -
YUV 44.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 52 22 145 0.64 0.85 0 0.43 254.63 0.74 0.33
Hex 34 16 91 40 55 0 2B FF 4A 21
Octal 64 26 221 100 125 0 53 377 112 41
Binary 110100 10110 10010001 1000000 1010101 0 101011 11111111 1001010 100001

Color Harmonies of #341691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341691

Black with #341691

Text Example


Text Example

White with #341691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341691; }

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

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

background-color css

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

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

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

border-color css

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

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

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