Html Css Color HEX #341095 Persian Indigo

📋 copy color: '#341095'

red 52 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #341095

Tints of Persian Indigo #341095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 23.96%
G = 7.37%
B = 68.66%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341095 (or 0x341095) is known color: Persian Indigo. HEX triplet: 34, 10 and 95. RGB value is (52,16,149). Sum of RGB (Red+Green+Blue) = 52+16+149=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #341095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341095 is #CBEF6A. Grayscale: #292929. Windows color (decimal): -13365099 or 9769012. OLE color: 9769012.

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

Color convert

RGB 52 16 149 -
CMYK 0.65 0.89 0 0.42
HSL 256.24º 0.81% 0.32% -
HSV(B) 256.24º 0.89% 0.58% -
XYZ 7.03 3.27 28.69 -
YUV 41.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 52 16 149 0.65 0.89 0 0.42 256.24 0.81 0.32
Hex 34 10 95 41 59 0 2A 100 51 20
Octal 64 20 225 101 131 0 52 400 121 40
Binary 110100 10000 10010101 1000001 1011001 0 101010 100000000 1010001 100000

Color Harmonies of #341095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341095

Black with #341095

Text Example


Text Example

White with #341095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341095; }

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

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

background-color css

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

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

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

border-color css

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

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

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