Html Css Color HEX #421B8F Persian Indigo

📋 copy color: '#421B8F'

red 66 ◦ green 27 ◦ blue 143

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

Shades of Persian Indigo #421B8F

Tints of Persian Indigo #421B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 27.97%
G = 11.44%
B = 60.59%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#421B8F (or 0x421B8F) is known color: Persian Indigo. HEX triplet: 42, 1B and 8F. RGB value is (66,27,143). Sum of RGB (Red+Green+Blue) = 66+27+143=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #421B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B8F is #BDE470. Grayscale: #333333. Windows color (decimal): -12444785 or 9378626. OLE color: 9378626.

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

Color convert

RGB 66 27 143 -
CMYK 0.54 0.81 0 0.44
HSL 260.17º 0.68% 0.33% -
HSV(B) 260.17º 0.81% 0.56% -
XYZ 7.6 3.93 26.34 -
YUV 51.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 66 27 143 0.54 0.81 0 0.44 260.17 0.68 0.33
Hex 42 1B 8F 36 51 0 2C 104 44 21
Octal 102 33 217 66 121 0 54 404 104 41
Binary 1000010 11011 10001111 110110 1010001 0 101100 100000100 1000100 100001

Color Harmonies of #421B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B8F

Black with #421B8F

Text Example


Text Example

White with #421B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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