Html Css Color HEX #421279 Persian Indigo

📋 copy color: '#421279'

red 66 ◦ green 18 ◦ blue 121

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

Shades of Persian Indigo #421279

Tints of Persian Indigo #421279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 32.2%
G = 8.78%
B = 59.02%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421279 (or 0x421279) is known color: Persian Indigo. HEX triplet: 42, 12 and 79. RGB value is (66,18,121). Sum of RGB (Red+Green+Blue) = 66+18+121=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #421279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421279 is #BDED86. Grayscale: #2B2B2B. Windows color (decimal): -12447111 or 7934530. OLE color: 7934530.

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

Color convert

RGB 66 18 121 -
CMYK 0.45 0.85 0 0.53
HSL 267.96º 0.74% 0.27% -
HSV(B) 267.96º 0.85% 0.47% -
XYZ 5.91 2.97 18.35 -
YUV 44.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 66 18 121 0.45 0.85 0 0.53 267.96 0.74 0.27
Hex 42 12 79 2D 55 0 35 10C 4A 1B
Octal 102 22 171 55 125 0 65 414 112 33
Binary 1000010 10010 1111001 101101 1010101 0 110101 100001100 1001010 11011

Color Harmonies of #421279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421279

Black with #421279

Text Example


Text Example

White with #421279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421279; }

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

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

background-color css

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

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

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

border-color css

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

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

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