Html Css Color HEX #400FFA Han Purple

📋 copy color: '#400FFA'

red 64 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #400FFA

Tints of Han Purple #400FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 250 (98.05% from 255) = 75.99%

R = 19.45%
G = 4.56%
B = 75.99%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#400FFA (or 0x400FFA) is known color: Han Purple. HEX triplet: 40, 0F and FA. RGB value is (64,15,250). Sum of RGB (Red+Green+Blue) = 64+15+250=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #400FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FFA is #BFF005. Grayscale: #373737. Windows color (decimal): -12578822 or 16387904. OLE color: 16387904.

HSL color Cylindrical-coordinate representation of color #400FFA: hue angle of 252.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400FFA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 15 250 -
CMYK 0.74 0.94 0 0.02
HSL 252.51º 0.96% 0.52% -
HSV(B) 252.51º 0.94% 0.98% -
XYZ 19.54 8.33 91.02 -
YUV 56.44 237.23 133.39 -
System Red Green Blue C M Y K H S L
Decimal 64 15 250 0.74 0.94 0 0.02 252.51 0.96 0.52
Hex 40 F FA 4A 5E 0 2 FD 60 34
Octal 100 17 372 112 136 0 2 375 140 64
Binary 1000000 1111 11111010 1001010 1011110 0 10 11111101 1100000 110100

Color Harmonies of #400FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FFA

Black with #400FFA

Text Example


Text Example

White with #400FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400FFA; }

 p { color: rgb(64,15,250); }

 H1.HeaderClassName
 {
   color: #400FFA;
 }
 .AnyTagClassName
 {
   color: #400FFA;
 }
</style>

background-color css

<style>
 a { background-color: #400FFA; }

 a { background-color: rgb(64,15,250); }

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

border-color css

<style>
 span { border-color: #400FFA; }

 span { border-color: rgb(64,15,250); }

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