Html Css Color HEX #4007F0 Han Purple

📋 copy color: '#4007F0'

red 64 ◦ green 7 ◦ blue 240

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

Shades of Han Purple #4007F0

Tints of Han Purple #4007F0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 240 (94.14% from 255) = 77.17%

R = 20.58%
G = 2.25%
B = 77.17%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4007F0 (or 0x4007F0) is known color: Han Purple. HEX triplet: 40, 07 and F0. RGB value is (64,7,240). Sum of RGB (Red+Green+Blue) = 64+7+240=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 240 (94.14% from 255 or 77.17% from 311); Max value from RGB is 240 - color contains mainly: blue. Hex color #4007F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007F0 is #BFF80F. Grayscale: #313131. Windows color (decimal): -12580880 or 15730496. OLE color: 15730496.

HSL color Cylindrical-coordinate representation of color #4007F0: hue angle of 254.68º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007F0 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 7 240 -
CMYK 0.73 0.97 0 0.06
HSL 254.68º 0.94% 0.48% -
HSV(B) 254.68º 0.97% 0.94% -
XYZ 17.92 7.53 82.95 -
YUV 50.61 234.88 137.55 -
System Red Green Blue C M Y K H S L
Decimal 64 7 240 0.73 0.97 0 0.06 254.68 0.94 0.48
Hex 40 7 F0 49 61 0 6 FF 5E 30
Octal 100 7 360 111 141 0 6 377 136 60
Binary 1000000 111 11110000 1001001 1100001 0 110 11111111 1011110 110000

Color Harmonies of #4007F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4007F0

Black with #4007F0

Text Example


Text Example

White with #4007F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4007F0; }

 p { color: rgb(64,7,240); }

 H1.HeaderClassName
 {
   color: #4007F0;
 }
 .AnyTagClassName
 {
   color: #4007F0;
 }
</style>

background-color css

<style>
 a { background-color: #4007F0; }

 a { background-color: rgb(64,7,240); }

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

border-color css

<style>
 span { border-color: #4007F0; }

 span { border-color: rgb(64,7,240); }

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