Html Css Color HEX #402BFA Han Purple

📋 copy color: '#402BFA'

red 64 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #402BFA

Tints of Han Purple #402BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

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

R = 17.93%
G = 12.04%
B = 70.03%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402BFA (or 0x402BFA) is known color: Han Purple. HEX triplet: 40, 2B and FA. RGB value is (64,43,250). Sum of RGB (Red+Green+Blue) = 64+43+250=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #402BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BFA is #BFD405. Grayscale: #484848. Windows color (decimal): -12571654 or 16395072. OLE color: 16395072.

HSL color Cylindrical-coordinate representation of color #402BFA: hue angle of 246.09º degrees, saturation: 0.95, 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 #402BFA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 43 250 -
CMYK 0.74 0.83 0 0.02
HSL 246.09º 0.95% 0.57% -
HSV(B) 246.09º 0.83% 0.98% -
XYZ 20.23 9.72 91.25 -
YUV 72.88 227.96 121.67 -
System Red Green Blue C M Y K H S L
Decimal 64 43 250 0.74 0.83 0 0.02 246.09 0.95 0.57
Hex 40 2B FA 4A 53 0 2 F6 5F 39
Octal 100 53 372 112 123 0 2 366 137 71
Binary 1000000 101011 11111010 1001010 1010011 0 10 11110110 1011111 111001

Color Harmonies of #402BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BFA

Black with #402BFA

Text Example


Text Example

White with #402BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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