Html Css Color HEX #4121DD Han Purple

📋 copy color: '#4121DD'

red 65 ◦ green 33 ◦ blue 221

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

Shades of Han Purple #4121DD

Tints of Han Purple #4121DD

RGB

 RED value IS 65 (25.78% from 255) = 20.38%

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 20.38%
G = 10.34%
B = 69.28%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4121DD (or 0x4121DD) is known color: Han Purple. HEX triplet: 41, 21 and DD. RGB value is (65,33,221). Sum of RGB (Red+Green+Blue) = 65+33+221=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #4121DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121DD is #BEDE22. Grayscale: #3F3F3F. Windows color (decimal): -12508707 or 14491969. OLE color: 14491969.

HSL color Cylindrical-coordinate representation of color #4121DD: hue angle of 250.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4121DD is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 33 221 -
CMYK 0.71 0.85 0 0.13
HSL 250.21º 0.74% 0.5% -
HSV(B) 250.21º 0.85% 0.87% -
XYZ 15.77 7.43 69.01 -
YUV 64 216.6 128.71 -
System Red Green Blue C M Y K H S L
Decimal 65 33 221 0.71 0.85 0 0.13 250.21 0.74 0.5
Hex 41 21 DD 47 55 0 D FA 4A 32
Octal 101 41 335 107 125 0 15 372 112 62
Binary 1000001 100001 11011101 1000111 1010101 0 1101 11111010 1001010 110010

Color Harmonies of #4121DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4121DD

Black with #4121DD

Text Example


Text Example

White with #4121DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4121DD; }

 p { color: rgb(65,33,221); }

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

background-color css

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

 a { background-color: rgb(65,33,221); }

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

border-color css

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

 span { border-color: rgb(65,33,221); }

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