Html Css Color HEX #410CFD Han Purple

📋 copy color: '#410CFD'

red 65 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #410CFD

Tints of Han Purple #410CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

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

R = 19.7%
G = 3.64%
B = 76.67%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#410CFD (or 0x410CFD) is known color: Han Purple. HEX triplet: 41, 0C and FD. RGB value is (65,12,253). Sum of RGB (Red+Green+Blue) = 65+12+253=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #410CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CFD is #BEF302. Grayscale: #363636. Windows color (decimal): -12514051 or 16583745. OLE color: 16583745.

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

Color convert

RGB 65 12 253 -
CMYK 0.74 0.95 0 0.01
HSL 253.2º 0.98% 0.52% -
HSV(B) 253.2º 0.95% 0.99% -
XYZ 20.04 8.48 93.51 -
YUV 55.32 239.56 134.9 -
System Red Green Blue C M Y K H S L
Decimal 65 12 253 0.74 0.95 0 0.01 253.2 0.98 0.52
Hex 41 C FD 4A 5F 0 1 FD 62 34
Octal 101 14 375 112 137 0 1 375 142 64
Binary 1000001 1100 11111101 1001010 1011111 0 1 11111101 1100010 110100

Color Harmonies of #410CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CFD

Black with #410CFD

Text Example


Text Example

White with #410CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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