Html Css Color HEX #400FCF Han Purple

📋 copy color: '#400FCF'

red 64 ◦ green 15 ◦ blue 207

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

Shades of Han Purple #400FCF

Tints of Han Purple #400FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.38%

R = 22.38%
G = 5.24%
B = 72.38%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#400FCF (or 0x400FCF) is known color: Han Purple. HEX triplet: 40, 0F and CF. RGB value is (64,15,207). Sum of RGB (Red+Green+Blue) = 64+15+207=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #400FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FCF is #BFF030. Grayscale: #323232. Windows color (decimal): -12578865 or 13569856. OLE color: 13569856.

HSL color Cylindrical-coordinate representation of color #400FCF: hue angle of 255.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FCF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 15 207 -
CMYK 0.69 0.93 0 0.19
HSL 255.31º 0.86% 0.44% -
HSV(B) 255.31º 0.93% 0.81% -
XYZ 13.55 5.94 59.46 -
YUV 51.54 215.73 136.89 -
System Red Green Blue C M Y K H S L
Decimal 64 15 207 0.69 0.93 0 0.19 255.31 0.86 0.44
Hex 40 F CF 45 5D 0 13 FF 56 2C
Octal 100 17 317 105 135 0 23 377 126 54
Binary 1000000 1111 11001111 1000101 1011101 0 10011 11111111 1010110 101100

Color Harmonies of #400FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FCF

Black with #400FCF

Text Example


Text Example

White with #400FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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