Html Css Color HEX #341099 Persian Indigo

📋 copy color: '#341099'

red 52 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #341099

Tints of Persian Indigo #341099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 23.53%
G = 7.24%
B = 69.23%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341099 (or 0x341099) is known color: Persian Indigo. HEX triplet: 34, 10 and 99. RGB value is (52,16,153). Sum of RGB (Red+Green+Blue) = 52+16+153=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #341099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341099 is #CBEF66. Grayscale: #292929. Windows color (decimal): -13365095 or 10031156. OLE color: 10031156.

HSL color Cylindrical-coordinate representation of color #341099: hue angle of 255.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341099 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 16 153 -
CMYK 0.66 0.90 0 0.4
HSL 255.77º 0.81% 0.33% -
HSV(B) 255.77º 0.9% 0.6% -
XYZ 7.35 3.4 30.41 -
YUV 42.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 52 16 153 0.66 0.90 0 0.4 255.77 0.81 0.33
Hex 34 10 99 42 5A 0 28 100 51 21
Octal 64 20 231 102 132 0 50 400 121 41
Binary 110100 10000 10011001 1000010 1011010 0 101000 100000000 1010001 100001

Color Harmonies of #341099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341099

Black with #341099

Text Example


Text Example

White with #341099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341099; }

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

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

background-color css

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

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

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

border-color css

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

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

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