Html Css Color HEX #341595 Persian Indigo

📋 copy color: '#341595'

red 52 ◦ green 21 ◦ blue 149

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

Shades of Persian Indigo #341595

Tints of Persian Indigo #341595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 23.42%
G = 9.46%
B = 67.12%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341595 (or 0x341595) is known color: Persian Indigo. HEX triplet: 34, 15 and 95. RGB value is (52,21,149). Sum of RGB (Red+Green+Blue) = 52+21+149=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #341595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341595 is #CBEA6A. Grayscale: #2C2C2C. Windows color (decimal): -13363819 or 9770292. OLE color: 9770292.

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

Color convert

RGB 52 21 149 -
CMYK 0.65 0.86 0 0.42
HSL 254.53º 0.75% 0.33% -
HSV(B) 254.53º 0.86% 0.58% -
XYZ 7.11 3.44 28.72 -
YUV 44.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 52 21 149 0.65 0.86 0 0.42 254.53 0.75 0.33
Hex 34 15 95 41 56 0 2A FF 4B 21
Octal 64 25 225 101 126 0 52 377 113 41
Binary 110100 10101 10010101 1000001 1010110 0 101010 11111111 1001011 100001

Color Harmonies of #341595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341595

Black with #341595

Text Example


Text Example

White with #341595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341595; }

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

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

background-color css

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

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

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

border-color css

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

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

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