Html Css Color HEX #412CFD Han Purple

📋 copy color: '#412CFD'

red 65 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #412CFD

Tints of Han Purple #412CFD

RGB

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

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

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

R = 17.96%
G = 12.15%
B = 69.89%

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

#412CFD (or 0x412CFD) is known color: Han Purple. HEX triplet: 41, 2C and FD. RGB value is (65,44,253). Sum of RGB (Red+Green+Blue) = 65+44+253=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #412CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CFD is #BED302. Grayscale: #494949. Windows color (decimal): -12505859 or 16591937. OLE color: 16591937.

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

Color convert

RGB 65 44 253 -
CMYK 0.74 0.83 0 0.01
HSL 246.03º 0.98% 0.58% -
HSV(B) 246.03º 0.83% 0.99% -
XYZ 20.81 10.02 93.77 -
YUV 74.11 228.96 121.51 -
System Red Green Blue C M Y K H S L
Decimal 65 44 253 0.74 0.83 0 0.01 246.03 0.98 0.58
Hex 41 2C FD 4A 53 0 1 F6 62 3A
Octal 101 54 375 112 123 0 1 366 142 72
Binary 1000001 101100 11111101 1001010 1010011 0 1 11110110 1100010 111010

Color Harmonies of #412CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412CFD

Black with #412CFD

Text Example


Text Example

White with #412CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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