Html Css Color HEX #400CFF Han Purple

📋 copy color: '#400CFF'

red 64 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #400CFF

Tints of Han Purple #400CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 19.34%
G = 3.63%
B = 77.04%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#400CFF (or 0x400CFF) is known color: Han Purple. HEX triplet: 40, 0C and FF. RGB value is (64,12,255). Sum of RGB (Red+Green+Blue) = 64+12+255=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #400CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CFF is #BFF300. Grayscale: #363636. Windows color (decimal): -12579585 or 16714816. OLE color: 16714816.

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

Color convert

RGB 64 12 255 -
CMYK 0.75 0.95 0 0
HSL 252.84º 1% 0.52% -
HSV(B) 252.84º 0.95% 1% -
XYZ 20.3 8.57 95.19 -
YUV 55.25 240.73 134.24 -
System Red Green Blue C M Y K H S L
Decimal 64 12 255 0.75 0.95 0 0 252.84 1 0.52
Hex 40 C FF 4B 5F 0 0 FD 64 34
Octal 100 14 377 113 137 0 0 375 144 64
Binary 1000000 1100 11111111 1001011 1011111 0 0 11111101 1100100 110100

Color Harmonies of #400CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CFF

Black with #400CFF

Text Example


Text Example

White with #400CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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