Html Css Color HEX #421379 Persian Indigo

📋 copy color: '#421379'

red 66 ◦ green 19 ◦ blue 121

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

Shades of Persian Indigo #421379

Tints of Persian Indigo #421379

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 32.04%
G = 9.22%
B = 58.74%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421379 (or 0x421379) is known color: Persian Indigo. HEX triplet: 42, 13 and 79. RGB value is (66,19,121). Sum of RGB (Red+Green+Blue) = 66+19+121=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #421379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421379 is #BDEC86. Grayscale: #2C2C2C. Windows color (decimal): -12446855 or 7934786. OLE color: 7934786.

HSL color Cylindrical-coordinate representation of color #421379: hue angle of 267.65º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421379 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 19 121 -
CMYK 0.45 0.84 0 0.53
HSL 267.65º 0.73% 0.27% -
HSV(B) 267.65º 0.84% 0.47% -
XYZ 5.93 3 18.36 -
YUV 44.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 66 19 121 0.45 0.84 0 0.53 267.65 0.73 0.27
Hex 42 13 79 2D 54 0 35 10C 49 1B
Octal 102 23 171 55 124 0 65 414 111 33
Binary 1000010 10011 1111001 101101 1010100 0 110101 100001100 1001001 11011

Color Harmonies of #421379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421379

Black with #421379

Text Example


Text Example

White with #421379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421379; }

 p { color: rgb(66,19,121); }

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

background-color css

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

 a { background-color: rgb(66,19,121); }

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

border-color css

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

 span { border-color: rgb(66,19,121); }

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