Html Css Color HEX #4012DA Han Purple

📋 copy color: '#4012DA'

red 64 ◦ green 18 ◦ blue 218

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

Shades of Han Purple #4012DA

Tints of Han Purple #4012DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 21.33%
G = 6%
B = 72.67%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4012DA (or 0x4012DA) is known color: Han Purple. HEX triplet: 40, 12 and DA. RGB value is (64,18,218). Sum of RGB (Red+Green+Blue) = 64+18+218=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #4012DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012DA is #BFED25. Grayscale: #353535. Windows color (decimal): -12578086 or 14291520. OLE color: 14291520.

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

Color convert

RGB 64 18 218 -
CMYK 0.71 0.92 0 0.15
HSL 253.8º 0.85% 0.46% -
HSV(B) 253.8º 0.92% 0.85% -
XYZ 14.99 6.58 66.81 -
YUV 54.55 220.24 134.74 -
System Red Green Blue C M Y K H S L
Decimal 64 18 218 0.71 0.92 0 0.15 253.8 0.85 0.46
Hex 40 12 DA 47 5C 0 F FE 55 2E
Octal 100 22 332 107 134 0 17 376 125 56
Binary 1000000 10010 11011010 1000111 1011100 0 1111 11111110 1010101 101110

Color Harmonies of #4012DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012DA

Black with #4012DA

Text Example


Text Example

White with #4012DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,18,218); }

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

background-color css

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

 a { background-color: rgb(64,18,218); }

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

border-color css

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

 span { border-color: rgb(64,18,218); }

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