Html Css Color HEX #341479 Persian Indigo

📋 copy color: '#341479'

red 52 ◦ green 20 ◦ blue 121

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

Shades of Persian Indigo #341479

Tints of Persian Indigo #341479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

 BLUE value IS 121 (47.66% from 255) = 62.69%

R = 26.94%
G = 10.36%
B = 62.69%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341479 (or 0x341479) is known color: Persian Indigo. HEX triplet: 34, 14 and 79. RGB value is (52,20,121). Sum of RGB (Red+Green+Blue) = 52+20+121=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #341479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341479 is #CBEB86. Grayscale: #282828. Windows color (decimal): -13364103 or 7935028. OLE color: 7935028.

HSL color Cylindrical-coordinate representation of color #341479: hue angle of 259.01º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341479 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 20 121 -
CMYK 0.57 0.83 0 0.53
HSL 259.01º 0.72% 0.28% -
HSV(B) 259.01º 0.83% 0.47% -
XYZ 5.12 2.61 18.32 -
YUV 41.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 52 20 121 0.57 0.83 0 0.53 259.01 0.72 0.28
Hex 34 14 79 39 53 0 35 103 48 1C
Octal 64 24 171 71 123 0 65 403 110 34
Binary 110100 10100 1111001 111001 1010011 0 110101 100000011 1001000 11100

Color Harmonies of #341479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341479

Black with #341479

Text Example


Text Example

White with #341479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341479; }

 p { color: rgb(52,20,121); }

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

background-color css

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

 a { background-color: rgb(52,20,121); }

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

border-color css

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

 span { border-color: rgb(52,20,121); }

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