Html Css Color HEX #412CFC Han Purple

📋 copy color: '#412CFC'

red 65 ◦ green 44 ◦ blue 252

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

Shades of Han Purple #412CFC

Tints of Han Purple #412CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.19%

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

R = 18.01%
G = 12.19%
B = 69.81%

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

#412CFC (or 0x412CFC) is known color: Han Purple. HEX triplet: 41, 2C and FC. RGB value is (65,44,252). Sum of RGB (Red+Green+Blue) = 65+44+252=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #412CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CFC is #BED303. Grayscale: #494949. Windows color (decimal): -12505860 or 16526401. OLE color: 16526401.

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

Color convert

RGB 65 44 252 -
CMYK 0.74 0.83 0 0.01
HSL 246.06º 0.97% 0.58% -
HSV(B) 246.06º 0.83% 0.99% -
XYZ 20.65 9.95 92.93 -
YUV 73.99 228.46 121.59 -
System Red Green Blue C M Y K H S L
Decimal 65 44 252 0.74 0.83 0 0.01 246.06 0.97 0.58
Hex 41 2C FC 4A 53 0 1 F6 61 3A
Octal 101 54 374 112 123 0 1 366 141 72
Binary 1000001 101100 11111100 1001010 1010011 0 1 11110110 1100001 111010

Color Harmonies of #412CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CFC

Black with #412CFC

Text Example


Text Example

White with #412CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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