Html Css Color HEX #412BFC Han Purple

📋 copy color: '#412BFC'

red 65 ◦ green 43 ◦ blue 252

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

Shades of Han Purple #412BFC

Tints of Han Purple #412BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70%

R = 18.06%
G = 11.94%
B = 70%

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

#412BFC (or 0x412BFC) is known color: Han Purple. HEX triplet: 41, 2B and FC. RGB value is (65,43,252). Sum of RGB (Red+Green+Blue) = 65+43+252=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #412BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BFC is #BED403. Grayscale: #484848. Windows color (decimal): -12506116 or 16526145. OLE color: 16526145.

HSL color Cylindrical-coordinate representation of color #412BFC: hue angle of 246.32º degrees, saturation: 0.97, 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 #412BFC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 43 252 -
CMYK 0.74 0.83 0 0.01
HSL 246.32º 0.97% 0.58% -
HSV(B) 246.32º 0.83% 0.99% -
XYZ 20.61 9.88 92.92 -
YUV 73.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 65 43 252 0.74 0.83 0 0.01 246.32 0.97 0.58
Hex 41 2B FC 4A 53 0 1 F6 61 3A
Octal 101 53 374 112 123 0 1 366 141 72
Binary 1000001 101011 11111100 1001010 1010011 0 1 11110110 1100001 111010

Color Harmonies of #412BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BFC

Black with #412BFC

Text Example


Text Example

White with #412BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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