Html Css Color HEX #421781 Persian Indigo

📋 copy color: '#421781'

red 66 ◦ green 23 ◦ blue 129

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

Shades of Persian Indigo #421781

Tints of Persian Indigo #421781

RGB

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

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

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

R = 30.28%
G = 10.55%
B = 59.17%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#421781 (or 0x421781) is known color: Persian Indigo. HEX triplet: 42, 17 and 81. RGB value is (66,23,129). Sum of RGB (Red+Green+Blue) = 66+23+129=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #421781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421781 is #BDE87E. Grayscale: #2F2F2F. Windows color (decimal): -12445823 or 8460098. OLE color: 8460098.

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

Color convert

RGB 66 23 129 -
CMYK 0.49 0.82 0 0.49
HSL 264.34º 0.7% 0.3% -
HSV(B) 264.34º 0.82% 0.51% -
XYZ 6.52 3.36 21.07 -
YUV 47.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 66 23 129 0.49 0.82 0 0.49 264.34 0.7 0.3
Hex 42 17 81 31 52 0 31 108 46 1E
Octal 102 27 201 61 122 0 61 410 106 36
Binary 1000010 10111 10000001 110001 1010010 0 110001 100001000 1000110 11110

Color Harmonies of #421781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421781

Black with #421781

Text Example


Text Example

White with #421781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421781; }

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

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

background-color css

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

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

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

border-color css

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

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

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