Html Css Color HEX #400FFC Han Purple

📋 copy color: '#400FFC'

red 64 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #400FFC

Tints of Han Purple #400FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 76.13%

R = 19.34%
G = 4.53%
B = 76.13%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#400FFC (or 0x400FFC) is known color: Han Purple. HEX triplet: 40, 0F and FC. RGB value is (64,15,252). Sum of RGB (Red+Green+Blue) = 64+15+252=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #400FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FFC is #BFF003. Grayscale: #373737. Windows color (decimal): -12578820 or 16518976. OLE color: 16518976.

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

Color convert

RGB 64 15 252 -
CMYK 0.75 0.94 0 0.01
HSL 252.41º 0.98% 0.52% -
HSV(B) 252.41º 0.94% 0.99% -
XYZ 19.86 8.46 92.68 -
YUV 56.67 238.23 133.23 -
System Red Green Blue C M Y K H S L
Decimal 64 15 252 0.75 0.94 0 0.01 252.41 0.98 0.52
Hex 40 F FC 4B 5E 0 1 FC 62 34
Octal 100 17 374 113 136 0 1 374 142 64
Binary 1000000 1111 11111100 1001011 1011110 0 1 11111100 1100010 110100

Color Harmonies of #400FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FFC

Black with #400FFC

Text Example


Text Example

White with #400FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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