Html Css Color HEX #421B8D Persian Indigo

📋 copy color: '#421B8D'

red 66 ◦ green 27 ◦ blue 141

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

Shades of Persian Indigo #421B8D

Tints of Persian Indigo #421B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 28.21%
G = 11.54%
B = 60.26%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#421B8D (or 0x421B8D) is known color: Persian Indigo. HEX triplet: 42, 1B and 8D. RGB value is (66,27,141). Sum of RGB (Red+Green+Blue) = 66+27+141=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #421B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B8D is #BDE472. Grayscale: #333333. Windows color (decimal): -12444787 or 9247554. OLE color: 9247554.

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

Color convert

RGB 66 27 141 -
CMYK 0.53 0.81 0 0.45
HSL 260.53º 0.68% 0.33% -
HSV(B) 260.53º 0.81% 0.55% -
XYZ 7.45 3.87 25.55 -
YUV 51.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 66 27 141 0.53 0.81 0 0.45 260.53 0.68 0.33
Hex 42 1B 8D 35 51 0 2D 105 44 21
Octal 102 33 215 65 121 0 55 405 104 41
Binary 1000010 11011 10001101 110101 1010001 0 101101 100000101 1000100 100001

Color Harmonies of #421B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B8D

Black with #421B8D

Text Example


Text Example

White with #421B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B8D; }

 p { color: rgb(66,27,141); }

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

background-color css

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

 a { background-color: rgb(66,27,141); }

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

border-color css

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

 span { border-color: rgb(66,27,141); }

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