Html Css Color HEX #421779 Persian Indigo

📋 copy color: '#421779'

red 66 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #421779

Tints of Persian Indigo #421779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 31.43%
G = 10.95%
B = 57.62%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421779 (or 0x421779) is known color: Persian Indigo. HEX triplet: 42, 17 and 79. RGB value is (66,23,121). Sum of RGB (Red+Green+Blue) = 66+23+121=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #421779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421779 is #BDE886. Grayscale: #2E2E2E. Windows color (decimal): -12445831 or 7935810. OLE color: 7935810.

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

Color convert

RGB 66 23 121 -
CMYK 0.45 0.81 0 0.53
HSL 266.33º 0.68% 0.28% -
HSV(B) 266.33º 0.81% 0.47% -
XYZ 6 3.15 18.38 -
YUV 47.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 66 23 121 0.45 0.81 0 0.53 266.33 0.68 0.28
Hex 42 17 79 2D 51 0 35 10A 44 1C
Octal 102 27 171 55 121 0 65 412 104 34
Binary 1000010 10111 1111001 101101 1010001 0 110101 100001010 1000100 11100

Color Harmonies of #421779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421779

Black with #421779

Text Example


Text Example

White with #421779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421779; }

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

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

background-color css

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

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

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

border-color css

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

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

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