Html Css Color HEX #341493 Persian Indigo

📋 copy color: '#341493'

red 52 ◦ green 20 ◦ blue 147

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

Shades of Persian Indigo #341493

Tints of Persian Indigo #341493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.12%

R = 23.74%
G = 9.13%
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

#341493 (or 0x341493) is known color: Persian Indigo. HEX triplet: 34, 14 and 93. RGB value is (52,20,147). Sum of RGB (Red+Green+Blue) = 52+20+147=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #341493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341493 is #CBEB6C. Grayscale: #2B2B2B. Windows color (decimal): -13364077 or 9638964. OLE color: 9638964.

HSL color Cylindrical-coordinate representation of color #341493: hue angle of 255.12º degrees, saturation: 0.76, 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 #341493 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 20 147 -
CMYK 0.65 0.86 0 0.42
HSL 255.12º 0.76% 0.33% -
HSV(B) 255.12º 0.86% 0.58% -
XYZ 6.93 3.34 27.88 -
YUV 44.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 52 20 147 0.65 0.86 0 0.42 255.12 0.76 0.33
Hex 34 14 93 41 56 0 2A FF 4C 21
Octal 64 24 223 101 126 0 52 377 114 41
Binary 110100 10100 10010011 1000001 1010110 0 101010 11111111 1001100 100001

Color Harmonies of #341493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341493

Black with #341493

Text Example


Text Example

White with #341493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341493; }

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

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

background-color css

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

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

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

border-color css

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

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

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