Html Css Color HEX #400CFD Han Purple

📋 copy color: '#400CFD'

red 64 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #400CFD

Tints of Han Purple #400CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.9%

R = 19.45%
G = 3.65%
B = 76.9%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#400CFD (or 0x400CFD) is known color: Han Purple. HEX triplet: 40, 0C and FD. RGB value is (64,12,253). Sum of RGB (Red+Green+Blue) = 64+12+253=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #400CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CFD is #BFF302. Grayscale: #363636. Windows color (decimal): -12579587 or 16583744. OLE color: 16583744.

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

Color convert

RGB 64 12 253 -
CMYK 0.75 0.95 0 0.01
HSL 252.95º 0.98% 0.52% -
HSV(B) 252.95º 0.95% 0.99% -
XYZ 19.98 8.44 93.51 -
YUV 55.02 239.73 134.4 -
System Red Green Blue C M Y K H S L
Decimal 64 12 253 0.75 0.95 0 0.01 252.95 0.98 0.52
Hex 40 C FD 4B 5F 0 1 FD 62 34
Octal 100 14 375 113 137 0 1 375 142 64
Binary 1000000 1100 11111101 1001011 1011111 0 1 11111101 1100010 110100

Color Harmonies of #400CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CFD

Black with #400CFD

Text Example


Text Example

White with #400CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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