Html Css Color HEX #341495 Persian Indigo

📋 copy color: '#341495'

red 52 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #341495

Tints of Persian Indigo #341495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 23.53%
G = 9.05%
B = 67.42%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341495 (or 0x341495) is known color: Persian Indigo. HEX triplet: 34, 14 and 95. RGB value is (52,20,149). Sum of RGB (Red+Green+Blue) = 52+20+149=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #341495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341495 is #CBEB6A. Grayscale: #2B2B2B. Windows color (decimal): -13364075 or 9770036. OLE color: 9770036.

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

Color convert

RGB 52 20 149 -
CMYK 0.65 0.87 0 0.42
HSL 254.88º 0.76% 0.33% -
HSV(B) 254.88º 0.87% 0.58% -
XYZ 7.09 3.4 28.72 -
YUV 44.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 52 20 149 0.65 0.87 0 0.42 254.88 0.76 0.33
Hex 34 14 95 41 57 0 2A FF 4C 21
Octal 64 24 225 101 127 0 52 377 114 41
Binary 110100 10100 10010101 1000001 1010111 0 101010 11111111 1001100 100001

Color Harmonies of #341495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341495

Black with #341495

Text Example


Text Example

White with #341495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341495; }

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

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

background-color css

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

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

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

border-color css

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

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

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