Html Css Color HEX #421A8E Persian Indigo

📋 copy color: '#421A8E'

red 66 ◦ green 26 ◦ blue 142

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

Shades of Persian Indigo #421A8E

Tints of Persian Indigo #421A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 28.21%
G = 11.11%
B = 60.68%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#421A8E (or 0x421A8E) is known color: Persian Indigo. HEX triplet: 42, 1A and 8E. RGB value is (66,26,142). Sum of RGB (Red+Green+Blue) = 66+26+142=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #421A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A8E is #BDE571. Grayscale: #323232. Windows color (decimal): -12445042 or 9312834. OLE color: 9312834.

HSL color Cylindrical-coordinate representation of color #421A8E: hue angle of 260.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421A8E is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 26 142 -
CMYK 0.54 0.82 0 0.44
HSL 260.69º 0.69% 0.33% -
HSV(B) 260.69º 0.82% 0.56% -
XYZ 7.5 3.85 25.94 -
YUV 51.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 66 26 142 0.54 0.82 0 0.44 260.69 0.69 0.33
Hex 42 1A 8E 36 52 0 2C 105 45 21
Octal 102 32 216 66 122 0 54 405 105 41
Binary 1000010 11010 10001110 110110 1010010 0 101100 100000101 1000101 100001

Color Harmonies of #421A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A8E

Black with #421A8E

Text Example


Text Example

White with #421A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,142); }

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

background-color css

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

 a { background-color: rgb(66,26,142); }

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

border-color css

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

 span { border-color: rgb(66,26,142); }

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