Html Css Color HEX #341394 Persian Indigo

📋 copy color: '#341394'

red 52 ◦ green 19 ◦ blue 148

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

Shades of Persian Indigo #341394

Tints of Persian Indigo #341394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 23.74%
G = 8.68%
B = 67.58%

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

#341394 (or 0x341394) is known color: Persian Indigo. HEX triplet: 34, 13 and 94. RGB value is (52,19,148). Sum of RGB (Red+Green+Blue) = 52+19+148=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #341394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341394 is #CBEC6B. Grayscale: #2B2B2B. Windows color (decimal): -13364332 or 9704244. OLE color: 9704244.

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

Color convert

RGB 52 19 148 -
CMYK 0.65 0.87 0 0.42
HSL 255.35º 0.77% 0.33% -
HSV(B) 255.35º 0.87% 0.58% -
XYZ 6.99 3.33 28.29 -
YUV 43.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 52 19 148 0.65 0.87 0 0.42 255.35 0.77 0.33
Hex 34 13 94 41 57 0 2A FF 4D 21
Octal 64 23 224 101 127 0 52 377 115 41
Binary 110100 10011 10010100 1000001 1010111 0 101010 11111111 1001101 100001

Color Harmonies of #341394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341394

Black with #341394

Text Example


Text Example

White with #341394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341394; }

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

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

background-color css

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

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

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

border-color css

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

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

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