Html Css Color HEX #4027FF Han Purple

📋 copy color: '#4027FF'

red 64 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #4027FF

Tints of Han Purple #4027FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

 BLUE value IS 255 (100% from 255) = 71.23%

R = 17.88%
G = 10.89%
B = 71.23%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4027FF (or 0x4027FF) is known color: Han Purple. HEX triplet: 40, 27 and FF. RGB value is (64,39,255). Sum of RGB (Red+Green+Blue) = 64+39+255=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4027FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4027FF is #BFD800. Grayscale: #464646. Windows color (decimal): -12572673 or 16721728. OLE color: 16721728.

HSL color Cylindrical-coordinate representation of color #4027FF: hue angle of 246.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4027FF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 39 255 -
CMYK 0.75 0.85 0 0
HSL 246.94º 1% 0.58% -
HSV(B) 246.94º 0.85% 1% -
XYZ 20.89 9.76 95.39 -
YUV 71.1 231.78 122.94 -
System Red Green Blue C M Y K H S L
Decimal 64 39 255 0.75 0.85 0 0 246.94 1 0.58
Hex 40 27 FF 4B 55 0 0 F7 64 3A
Octal 100 47 377 113 125 0 0 367 144 72
Binary 1000000 100111 11111111 1001011 1010101 0 0 11110111 1100100 111010

Color Harmonies of #4027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027FF

Black with #4027FF

Text Example


Text Example

White with #4027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4027FF; }

 p { color: rgb(64,39,255); }

 H1.HeaderClassName
 {
   color: #4027FF;
 }
 .AnyTagClassName
 {
   color: #4027FF;
 }
</style>

background-color css

<style>
 a { background-color: #4027FF; }

 a { background-color: rgb(64,39,255); }

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

border-color css

<style>
 span { border-color: #4027FF; }

 span { border-color: rgb(64,39,255); }

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