Html Css Color HEX #4130DD Han Purple

📋 copy color: '#4130DD'

red 65 ◦ green 48 ◦ blue 221

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

Shades of Han Purple #4130DD

Tints of Han Purple #4130DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 19.46%
G = 14.37%
B = 66.17%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4130DD (or 0x4130DD) is known color: Han Purple. HEX triplet: 41, 30 and DD. RGB value is (65,48,221). Sum of RGB (Red+Green+Blue) = 65+48+221=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #4130DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130DD is #BECF22. Grayscale: #484848. Windows color (decimal): -12504867 or 14495809. OLE color: 14495809.

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

Color convert

RGB 65 48 221 -
CMYK 0.71 0.78 0 0.13
HSL 245.9º 0.72% 0.53% -
HSV(B) 245.9º 0.78% 0.87% -
XYZ 16.29 8.46 69.18 -
YUV 72.81 211.63 122.43 -
System Red Green Blue C M Y K H S L
Decimal 65 48 221 0.71 0.78 0 0.13 245.9 0.72 0.53
Hex 41 30 DD 47 4E 0 D F6 48 35
Octal 101 60 335 107 116 0 15 366 110 65
Binary 1000001 110000 11011101 1000111 1001110 0 1101 11110110 1001000 110101

Color Harmonies of #4130DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130DD

Black with #4130DD

Text Example


Text Example

White with #4130DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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