Html Css Color HEX #341695 Persian Indigo

📋 copy color: '#341695'

red 52 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #341695

Tints of Persian Indigo #341695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 23.32%
G = 9.87%
B = 66.82%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341695 (or 0x341695) is known color: Persian Indigo. HEX triplet: 34, 16 and 95. RGB value is (52,22,149). Sum of RGB (Red+Green+Blue) = 52+22+149=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #341695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341695 is #CBE96A. Grayscale: #2C2C2C. Windows color (decimal): -13363563 or 9770548. OLE color: 9770548.

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

Color convert

RGB 52 22 149 -
CMYK 0.65 0.85 0 0.42
HSL 254.17º 0.74% 0.34% -
HSV(B) 254.17º 0.85% 0.58% -
XYZ 7.13 3.47 28.73 -
YUV 45.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 52 22 149 0.65 0.85 0 0.42 254.17 0.74 0.34
Hex 34 16 95 41 55 0 2A FE 4A 22
Octal 64 26 225 101 125 0 52 376 112 42
Binary 110100 10110 10010101 1000001 1010101 0 101010 11111110 1001010 100010

Color Harmonies of #341695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341695

Black with #341695

Text Example


Text Example

White with #341695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341695; }

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

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

background-color css

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

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

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

border-color css

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

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

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