Html Css Color HEX #410DFD Han Purple

📋 copy color: '#410DFD'

red 65 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #410DFD

Tints of Han Purple #410DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

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

R = 19.64%
G = 3.93%
B = 76.44%

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

#410DFD (or 0x410DFD) is known color: Han Purple. HEX triplet: 41, 0D and FD. RGB value is (65,13,253). Sum of RGB (Red+Green+Blue) = 65+13+253=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #410DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410DFD is #BEF202. Grayscale: #373737. Windows color (decimal): -12513795 or 16584001. OLE color: 16584001.

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

Color convert

RGB 65 13 253 -
CMYK 0.74 0.95 0 0.01
HSL 253º 0.98% 0.52% -
HSV(B) 253º 0.95% 0.99% -
XYZ 20.05 8.5 93.51 -
YUV 55.91 239.23 134.49 -
System Red Green Blue C M Y K H S L
Decimal 65 13 253 0.74 0.95 0 0.01 253 0.98 0.52
Hex 41 D FD 4A 5F 0 1 FD 62 34
Octal 101 15 375 112 137 0 1 375 142 64
Binary 1000001 1101 11111101 1001010 1011111 0 1 11111101 1100010 110100

Color Harmonies of #410DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DFD

Black with #410DFD

Text Example


Text Example

White with #410DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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