Html Css Color HEX #402CF1 Han Purple

📋 copy color: '#402CF1'

red 64 ◦ green 44 ◦ blue 241

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

Shades of Han Purple #402CF1

Tints of Han Purple #402CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.61%

 BLUE value IS 241 (94.53% from 255) = 69.05%

R = 18.34%
G = 12.61%
B = 69.05%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#402CF1 (or 0x402CF1) is known color: Han Purple. HEX triplet: 40, 2C and F1. RGB value is (64,44,241). Sum of RGB (Red+Green+Blue) = 64+44+241=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #402CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CF1 is #BFD30E. Grayscale: #474747. Windows color (decimal): -12571407 or 15805504. OLE color: 15805504.

HSL color Cylindrical-coordinate representation of color #402CF1: hue angle of 246.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402CF1 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 44 241 -
CMYK 0.73 0.82 0 0.05
HSL 246.09º 0.88% 0.56% -
HSV(B) 246.09º 0.82% 0.95% -
XYZ 18.89 9.24 84.01 -
YUV 72.44 223.13 121.98 -
System Red Green Blue C M Y K H S L
Decimal 64 44 241 0.73 0.82 0 0.05 246.09 0.88 0.56
Hex 40 2C F1 49 52 0 5 F6 58 38
Octal 100 54 361 111 122 0 5 366 130 70
Binary 1000000 101100 11110001 1001001 1010010 0 101 11110110 1011000 111000

Color Harmonies of #402CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CF1

Black with #402CF1

Text Example


Text Example

White with #402CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402CF1; }

 p { color: rgb(64,44,241); }

 H1.HeaderClassName
 {
   color: #402CF1;
 }
 .AnyTagClassName
 {
   color: #402CF1;
 }
</style>

background-color css

<style>
 a { background-color: #402CF1; }

 a { background-color: rgb(64,44,241); }

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

border-color css

<style>
 span { border-color: #402CF1; }

 span { border-color: rgb(64,44,241); }

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