Html Css Color HEX #400CFA Han Purple

📋 copy color: '#400CFA'

red 64 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #400CFA

Tints of Han Purple #400CFA

RGB

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

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

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

R = 19.63%
G = 3.68%
B = 76.69%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#400CFA (or 0x400CFA) is known color: Han Purple. HEX triplet: 40, 0C and FA. RGB value is (64,12,250). Sum of RGB (Red+Green+Blue) = 64+12+250=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #400CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CFA is #BFF305. Grayscale: #353535. Windows color (decimal): -12579590 or 16387136. OLE color: 16387136.

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

Color convert

RGB 64 12 250 -
CMYK 0.74 0.95 0 0.02
HSL 253.11º 0.96% 0.51% -
HSV(B) 253.11º 0.95% 0.98% -
XYZ 19.5 8.26 91.01 -
YUV 54.68 238.23 134.65 -
System Red Green Blue C M Y K H S L
Decimal 64 12 250 0.74 0.95 0 0.02 253.11 0.96 0.51
Hex 40 C FA 4A 5F 0 2 FD 60 33
Octal 100 14 372 112 137 0 2 375 140 63
Binary 1000000 1100 11111010 1001010 1011111 0 10 11111101 1100000 110011

Color Harmonies of #400CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CFA

Black with #400CFA

Text Example


Text Example

White with #400CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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