Html Css Color HEX #421A71 Blue Diamond

📋 copy color: '#421A71'

red 66 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #421A71

Tints of Blue Diamond #421A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 32.2%
G = 12.68%
B = 55.12%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421A71 (or 0x421A71) is known color: Blue Diamond. HEX triplet: 42, 1A and 71. RGB value is (66,26,113). Sum of RGB (Red+Green+Blue) = 66+26+113=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #421A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A71 is #BDE58E. Grayscale: #2F2F2F. Windows color (decimal): -12445071 or 7412290. OLE color: 7412290.

HSL color Cylindrical-coordinate representation of color #421A71: hue angle of 267.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421A71 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 26 113 -
CMYK 0.42 0.77 0 0.56
HSL 267.59º 0.63% 0.27% -
HSV(B) 267.59º 0.77% 0.44% -
XYZ 5.6 3.09 15.92 -
YUV 47.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 66 26 113 0.42 0.77 0 0.56 267.59 0.63 0.27
Hex 42 1A 71 2A 4D 0 38 10C 3F 1B
Octal 102 32 161 52 115 0 70 414 77 33
Binary 1000010 11010 1110001 101010 1001101 0 111000 100001100 111111 11011

Color Harmonies of #421A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A71

Black with #421A71

Text Example


Text Example

White with #421A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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