Html Css Color HEX #421478 Persian Indigo

📋 copy color: '#421478'

red 66 ◦ green 20 ◦ blue 120

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

Shades of Persian Indigo #421478

Tints of Persian Indigo #421478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 32.04%
G = 9.71%
B = 58.25%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421478 (or 0x421478) is known color: Persian Indigo. HEX triplet: 42, 14 and 78. RGB value is (66,20,120). Sum of RGB (Red+Green+Blue) = 66+20+120=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #421478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421478 is #BDEB87. Grayscale: #2C2C2C. Windows color (decimal): -12446600 or 7869506. OLE color: 7869506.

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

Color convert

RGB 66 20 120 -
CMYK 0.45 0.83 0 0.53
HSL 267.6º 0.71% 0.27% -
HSV(B) 267.6º 0.83% 0.47% -
XYZ 5.89 3.01 18.04 -
YUV 45.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 66 20 120 0.45 0.83 0 0.53 267.6 0.71 0.27
Hex 42 14 78 2D 53 0 35 10C 47 1B
Octal 102 24 170 55 123 0 65 414 107 33
Binary 1000010 10100 1111000 101101 1010011 0 110101 100001100 1000111 11011

Color Harmonies of #421478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421478

Black with #421478

Text Example


Text Example

White with #421478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421478; }

 p { color: rgb(66,20,120); }

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

background-color css

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

 a { background-color: rgb(66,20,120); }

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

border-color css

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

 span { border-color: rgb(66,20,120); }

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