Html Css Color HEX #412BFD Han Purple

📋 copy color: '#412BFD'

red 65 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #412BFD

Tints of Han Purple #412BFD

RGB

 RED value IS 65 (25.78% from 255) = 18.01%

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

 BLUE value IS 253 (99.22% from 255) = 70.08%

R = 18.01%
G = 11.91%
B = 70.08%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#412BFD (or 0x412BFD) is known color: Han Purple. HEX triplet: 41, 2B and FD. RGB value is (65,43,253). Sum of RGB (Red+Green+Blue) = 65+43+253=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #412BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BFD is #BED402. Grayscale: #484848. Windows color (decimal): -12506115 or 16591681. OLE color: 16591681.

HSL color Cylindrical-coordinate representation of color #412BFD: hue angle of 246.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #412BFD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 43 253 -
CMYK 0.74 0.83 0 0.01
HSL 246.29º 0.98% 0.58% -
HSV(B) 246.29º 0.83% 0.99% -
XYZ 20.77 9.94 93.75 -
YUV 73.52 229.29 121.92 -
System Red Green Blue C M Y K H S L
Decimal 65 43 253 0.74 0.83 0 0.01 246.29 0.98 0.58
Hex 41 2B FD 4A 53 0 1 F6 62 3A
Octal 101 53 375 112 123 0 1 366 142 72
Binary 1000001 101011 11111101 1001010 1010011 0 1 11110110 1100010 111010

Color Harmonies of #412BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BFD

Black with #412BFD

Text Example


Text Example

White with #412BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412BFD; }

 p { color: rgb(65,43,253); }

 H1.HeaderClassName
 {
   color: #412BFD;
 }
 .AnyTagClassName
 {
   color: #412BFD;
 }
</style>

background-color css

<style>
 a { background-color: #412BFD; }

 a { background-color: rgb(65,43,253); }

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

border-color css

<style>
 span { border-color: #412BFD; }

 span { border-color: rgb(65,43,253); }

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