Html Css Color HEX #401CEA Han Purple

📋 copy color: '#401CEA'

red 64 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #401CEA

Tints of Han Purple #401CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 234 (91.8% from 255) = 71.78%

R = 19.63%
G = 8.59%
B = 71.78%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#401CEA (or 0x401CEA) is known color: Han Purple. HEX triplet: 40, 1C and EA. RGB value is (64,28,234). Sum of RGB (Red+Green+Blue) = 64+28+234=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #401CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CEA is #BFE315. Grayscale: #3D3D3D. Windows color (decimal): -12575510 or 15342656. OLE color: 15342656.

HSL color Cylindrical-coordinate representation of color #401CEA: hue angle of 250.49º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CEA is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 28 234 -
CMYK 0.73 0.88 0 0.08
HSL 250.49º 0.83% 0.51% -
HSV(B) 250.49º 0.88% 0.92% -
XYZ 17.38 7.86 78.44 -
YUV 62.25 224.93 129.25 -
System Red Green Blue C M Y K H S L
Decimal 64 28 234 0.73 0.88 0 0.08 250.49 0.83 0.51
Hex 40 1C EA 49 58 0 8 FA 53 33
Octal 100 34 352 111 130 0 10 372 123 63
Binary 1000000 11100 11101010 1001001 1011000 0 1000 11111010 1010011 110011

Color Harmonies of #401CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CEA

Black with #401CEA

Text Example


Text Example

White with #401CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401CEA; }

 p { color: rgb(64,28,234); }

 H1.HeaderClassName
 {
   color: #401CEA;
 }
 .AnyTagClassName
 {
   color: #401CEA;
 }
</style>

background-color css

<style>
 a { background-color: #401CEA; }

 a { background-color: rgb(64,28,234); }

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

border-color css

<style>
 span { border-color: #401CEA; }

 span { border-color: rgb(64,28,234); }

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