Html Css Color HEX #421981 Persian Indigo

📋 copy color: '#421981'

red 66 ◦ green 25 ◦ blue 129

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

Shades of Persian Indigo #421981

Tints of Persian Indigo #421981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 30%
G = 11.36%
B = 58.64%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#421981 (or 0x421981) is known color: Persian Indigo. HEX triplet: 42, 19 and 81. RGB value is (66,25,129). Sum of RGB (Red+Green+Blue) = 66+25+129=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #421981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421981 is #BDE67E. Grayscale: #303030. Windows color (decimal): -12445311 or 8460610. OLE color: 8460610.

HSL color Cylindrical-coordinate representation of color #421981: hue angle of 263.65º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421981 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 25 129 -
CMYK 0.49 0.81 0 0.49
HSL 263.65º 0.68% 0.3% -
HSV(B) 263.65º 0.81% 0.51% -
XYZ 6.56 3.44 21.09 -
YUV 49.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 66 25 129 0.49 0.81 0 0.49 263.65 0.68 0.3
Hex 42 19 81 31 51 0 31 108 44 1E
Octal 102 31 201 61 121 0 61 410 104 36
Binary 1000010 11001 10000001 110001 1010001 0 110001 100001000 1000100 11110

Color Harmonies of #421981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421981

Black with #421981

Text Example


Text Example

White with #421981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421981; }

 p { color: rgb(66,25,129); }

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

background-color css

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

 a { background-color: rgb(66,25,129); }

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

border-color css

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

 span { border-color: rgb(66,25,129); }

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