Html Css Color HEX #4015DD Han Purple

📋 copy color: '#4015DD'

red 64 ◦ green 21 ◦ blue 221

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

Shades of Han Purple #4015DD

Tints of Han Purple #4015DD

RGB

 RED value IS 64 (25.39% from 255) = 20.92%

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 20.92%
G = 6.86%
B = 72.22%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4015DD (or 0x4015DD) is known color: Han Purple. HEX triplet: 40, 15 and DD. RGB value is (64,21,221). Sum of RGB (Red+Green+Blue) = 64+21+221=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #4015DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015DD is #BFEA22. Grayscale: #373737. Windows color (decimal): -12577315 or 14488896. OLE color: 14488896.

HSL color Cylindrical-coordinate representation of color #4015DD: hue angle of 252.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015DD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 21 221 -
CMYK 0.71 0.90 0 0.13
HSL 252.9º 0.83% 0.47% -
HSV(B) 252.9º 0.9% 0.87% -
XYZ 15.43 6.85 68.91 -
YUV 56.66 220.75 133.24 -
System Red Green Blue C M Y K H S L
Decimal 64 21 221 0.71 0.90 0 0.13 252.9 0.83 0.47
Hex 40 15 DD 47 5A 0 D FD 53 2F
Octal 100 25 335 107 132 0 15 375 123 57
Binary 1000000 10101 11011101 1000111 1011010 0 1101 11111101 1010011 101111

Color Harmonies of #4015DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015DD

Black with #4015DD

Text Example


Text Example

White with #4015DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,21,221); }

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

background-color css

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

 a { background-color: rgb(64,21,221); }

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

border-color css

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

 span { border-color: rgb(64,21,221); }

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