Html Css Color HEX #402AFB Han Purple

📋 copy color: '#402AFB'

red 64 ◦ green 42 ◦ blue 251

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

Shades of Han Purple #402AFB

Tints of Han Purple #402AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.76%

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 17.93%
G = 11.76%
B = 70.31%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402AFB (or 0x402AFB) is known color: Han Purple. HEX triplet: 40, 2A and FB. RGB value is (64,42,251). Sum of RGB (Red+Green+Blue) = 64+42+251=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #402AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402AFB is #BFD504. Grayscale: #474747. Windows color (decimal): -12571909 or 16460352. OLE color: 16460352.

HSL color Cylindrical-coordinate representation of color #402AFB: hue angle of 246.32º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #402AFB is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 42 251 -
CMYK 0.75 0.83 0 0.02
HSL 246.32º 0.96% 0.57% -
HSV(B) 246.32º 0.83% 0.98% -
XYZ 20.35 9.71 92.07 -
YUV 72.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 64 42 251 0.75 0.83 0 0.02 246.32 0.96 0.57
Hex 40 2A FB 4B 53 0 2 F6 60 39
Octal 100 52 373 113 123 0 2 366 140 71
Binary 1000000 101010 11111011 1001011 1010011 0 10 11110110 1100000 111001

Color Harmonies of #402AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402AFB

Black with #402AFB

Text Example


Text Example

White with #402AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,251); }

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

background-color css

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

 a { background-color: rgb(64,42,251); }

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

border-color css

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

 span { border-color: rgb(64,42,251); }

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