Html Css Color HEX #341393 Persian Indigo

📋 copy color: '#341393'

red 52 ◦ green 19 ◦ blue 147

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

Shades of Persian Indigo #341393

Tints of Persian Indigo #341393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 23.85%
G = 8.72%
B = 67.43%

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

#341393 (or 0x341393) is known color: Persian Indigo. HEX triplet: 34, 13 and 93. RGB value is (52,19,147). Sum of RGB (Red+Green+Blue) = 52+19+147=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #341393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341393 is #CBEC6C. Grayscale: #2A2A2A. Windows color (decimal): -13364333 or 9638708. OLE color: 9638708.

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

Color convert

RGB 52 19 147 -
CMYK 0.65 0.87 0 0.42
HSL 255.47º 0.77% 0.33% -
HSV(B) 255.47º 0.87% 0.58% -
XYZ 6.92 3.3 27.88 -
YUV 43.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 52 19 147 0.65 0.87 0 0.42 255.47 0.77 0.33
Hex 34 13 93 41 57 0 2A FF 4D 21
Octal 64 23 223 101 127 0 52 377 115 41
Binary 110100 10011 10010011 1000001 1010111 0 101010 11111111 1001101 100001

Color Harmonies of #341393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341393

Black with #341393

Text Example


Text Example

White with #341393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341393; }

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

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

background-color css

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

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

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

border-color css

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

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

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