Html Css Color HEX #341979 Persian Indigo

📋 copy color: '#341979'

red 52 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #341979

Tints of Persian Indigo #341979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 26.26%
G = 12.63%
B = 61.11%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#341979 (or 0x341979) is known color: Persian Indigo. HEX triplet: 34, 19 and 79. RGB value is (52,25,121). Sum of RGB (Red+Green+Blue) = 52+25+121=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #341979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341979 is #CBE686. Grayscale: #2B2B2B. Windows color (decimal): -13362823 or 7936308. OLE color: 7936308.

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

Color convert

RGB 52 25 121 -
CMYK 0.57 0.79 0 0.53
HSL 256.88º 0.66% 0.29% -
HSV(B) 256.88º 0.79% 0.47% -
XYZ 5.21 2.81 18.36 -
YUV 44.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 52 25 121 0.57 0.79 0 0.53 256.88 0.66 0.29
Hex 34 19 79 39 4F 0 35 101 42 1D
Octal 64 31 171 71 117 0 65 401 102 35
Binary 110100 11001 1111001 111001 1001111 0 110101 100000001 1000010 11101

Color Harmonies of #341979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341979

Black with #341979

Text Example


Text Example

White with #341979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341979; }

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

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

background-color css

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

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

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

border-color css

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

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

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