Html Css Color HEX #4128DA Han Purple

📋 copy color: '#4128DA'

red 65 ◦ green 40 ◦ blue 218

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

Shades of Han Purple #4128DA

Tints of Han Purple #4128DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 20.12%
G = 12.38%
B = 67.49%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4128DA (or 0x4128DA) is known color: Han Purple. HEX triplet: 41, 28 and DA. RGB value is (65,40,218). Sum of RGB (Red+Green+Blue) = 65+40+218=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #4128DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128DA is #BED725. Grayscale: #434343. Windows color (decimal): -12506918 or 14297153. OLE color: 14297153.

HSL color Cylindrical-coordinate representation of color #4128DA: hue angle of 248.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4128DA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 40 218 -
CMYK 0.70 0.82 0 0.15
HSL 248.43º 0.71% 0.51% -
HSV(B) 248.43º 0.82% 0.85% -
XYZ 15.59 7.7 66.99 -
YUV 67.77 212.78 126.03 -
System Red Green Blue C M Y K H S L
Decimal 65 40 218 0.70 0.82 0 0.15 248.43 0.71 0.51
Hex 41 28 DA 46 52 0 F F8 47 33
Octal 101 50 332 106 122 0 17 370 107 63
Binary 1000001 101000 11011010 1000110 1010010 0 1111 11111000 1000111 110011

Color Harmonies of #4128DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128DA

Black with #4128DA

Text Example


Text Example

White with #4128DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4128DA; }

 p { color: rgb(65,40,218); }

 H1.HeaderClassName
 {
   color: #4128DA;
 }
 .AnyTagClassName
 {
   color: #4128DA;
 }
</style>

background-color css

<style>
 a { background-color: #4128DA; }

 a { background-color: rgb(65,40,218); }

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

border-color css

<style>
 span { border-color: #4128DA; }

 span { border-color: rgb(65,40,218); }

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