Html Css Color HEX #402FDF Han Purple

📋 copy color: '#402FDF'

red 64 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #402FDF

Tints of Han Purple #402FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 19.16%
G = 14.07%
B = 66.77%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#402FDF (or 0x402FDF) is known color: Han Purple. HEX triplet: 40, 2F and DF. RGB value is (64,47,223). Sum of RGB (Red+Green+Blue) = 64+47+223=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #402FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FDF is #BFD020. Grayscale: #474747. Windows color (decimal): -12570657 or 14626624. OLE color: 14626624.

HSL color Cylindrical-coordinate representation of color #402FDF: hue angle of 245.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402FDF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 47 223 -
CMYK 0.71 0.79 0 0.13
HSL 245.8º 0.73% 0.53% -
HSV(B) 245.8º 0.79% 0.87% -
XYZ 16.45 8.45 70.58 -
YUV 72.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 64 47 223 0.71 0.79 0 0.13 245.8 0.73 0.53
Hex 40 2F DF 47 4F 0 D F6 49 35
Octal 100 57 337 107 117 0 15 366 111 65
Binary 1000000 101111 11011111 1000111 1001111 0 1101 11110110 1001001 110101

Color Harmonies of #402FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FDF

Black with #402FDF

Text Example


Text Example

White with #402FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,223); }

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

background-color css

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

 a { background-color: rgb(64,47,223); }

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

border-color css

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

 span { border-color: rgb(64,47,223); }

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