Html Css Color HEX #341395 Persian Indigo

📋 copy color: '#341395'

red 52 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #341395

Tints of Persian Indigo #341395

RGB

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

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

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

R = 23.64%
G = 8.64%
B = 67.73%

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

#341395 (or 0x341395) is known color: Persian Indigo. HEX triplet: 34, 13 and 95. RGB value is (52,19,149). Sum of RGB (Red+Green+Blue) = 52+19+149=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #341395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341395 is #CBEC6A. Grayscale: #2B2B2B. Windows color (decimal): -13364331 or 9769780. OLE color: 9769780.

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

Color convert

RGB 52 19 149 -
CMYK 0.65 0.87 0 0.42
HSL 255.23º 0.77% 0.33% -
HSV(B) 255.23º 0.87% 0.58% -
XYZ 7.07 3.37 28.71 -
YUV 43.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 52 19 149 0.65 0.87 0 0.42 255.23 0.77 0.33
Hex 34 13 95 41 57 0 2A FF 4D 21
Octal 64 23 225 101 127 0 52 377 115 41
Binary 110100 10011 10010101 1000001 1010111 0 101010 11111111 1001101 100001

Color Harmonies of #341395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341395

Black with #341395

Text Example


Text Example

White with #341395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341395; }

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

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

background-color css

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

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

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

border-color css

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

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

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