Html Css Color HEX #341699 Persian Indigo

📋 copy color: '#341699'

red 52 ◦ green 22 ◦ blue 153

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

Shades of Persian Indigo #341699

Tints of Persian Indigo #341699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 22.91%
G = 9.69%
B = 67.4%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341699 (or 0x341699) is known color: Persian Indigo. HEX triplet: 34, 16 and 99. RGB value is (52,22,153). Sum of RGB (Red+Green+Blue) = 52+22+153=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #341699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341699 is #CBE966. Grayscale: #2D2D2D. Windows color (decimal): -13363559 or 10032692. OLE color: 10032692.

HSL color Cylindrical-coordinate representation of color #341699: hue angle of 253.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341699 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 22 153 -
CMYK 0.66 0.86 0 0.4
HSL 253.74º 0.75% 0.34% -
HSV(B) 253.74º 0.86% 0.6% -
XYZ 7.45 3.6 30.44 -
YUV 45.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 52 22 153 0.66 0.86 0 0.4 253.74 0.75 0.34
Hex 34 16 99 42 56 0 28 FE 4B 22
Octal 64 26 231 102 126 0 50 376 113 42
Binary 110100 10110 10011001 1000010 1010110 0 101000 11111110 1001011 100010

Color Harmonies of #341699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341699

Black with #341699

Text Example


Text Example

White with #341699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341699; }

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

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

background-color css

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

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

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

border-color css

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

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

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