Html Css Color HEX #4115DD Han Purple

📋 copy color: '#4115DD'

red 65 ◦ green 21 ◦ blue 221

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

Shades of Han Purple #4115DD

Tints of Han Purple #4115DD

RGB

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

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

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

R = 21.17%
G = 6.84%
B = 71.99%

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

#4115DD (or 0x4115DD) is known color: Han Purple. HEX triplet: 41, 15 and DD. RGB value is (65,21,221). Sum of RGB (Red+Green+Blue) = 65+21+221=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #4115DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4115DD is #BEEA22. Grayscale: #383838. Windows color (decimal): -12511779 or 14488897. OLE color: 14488897.

HSL color Cylindrical-coordinate representation of color #4115DD: hue angle of 253.2º 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 #4115DD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 21 221 -
CMYK 0.71 0.90 0 0.13
HSL 253.2º 0.83% 0.47% -
HSV(B) 253.2º 0.9% 0.87% -
XYZ 15.5 6.88 68.92 -
YUV 56.96 220.58 133.74 -
System Red Green Blue C M Y K H S L
Decimal 65 21 221 0.71 0.90 0 0.13 253.2 0.83 0.47
Hex 41 15 DD 47 5A 0 D FD 53 2F
Octal 101 25 335 107 132 0 15 375 123 57
Binary 1000001 10101 11011101 1000111 1011010 0 1101 11111101 1010011 101111

Color Harmonies of #4115DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115DD

Black with #4115DD

Text Example


Text Example

White with #4115DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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