Html Css Color HEX #410BFD Han Purple

📋 copy color: '#410BFD'

red 65 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #410BFD

Tints of Han Purple #410BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.34%

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

R = 19.76%
G = 3.34%
B = 76.9%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#410BFD (or 0x410BFD) is known color: Han Purple. HEX triplet: 41, 0B and FD. RGB value is (65,11,253). Sum of RGB (Red+Green+Blue) = 65+11+253=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #410BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410BFD is #BEF402. Grayscale: #353535. Windows color (decimal): -12514307 or 16583489. OLE color: 16583489.

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

Color convert

RGB 65 11 253 -
CMYK 0.74 0.96 0 0.01
HSL 253.39º 0.98% 0.52% -
HSV(B) 253.39º 0.96% 0.99% -
XYZ 20.03 8.46 93.5 -
YUV 54.73 239.89 135.32 -
System Red Green Blue C M Y K H S L
Decimal 65 11 253 0.74 0.96 0 0.01 253.39 0.98 0.52
Hex 41 B FD 4A 60 0 1 FD 62 34
Octal 101 13 375 112 140 0 1 375 142 64
Binary 1000001 1011 11111101 1001010 1100000 0 1 11111101 1100010 110100

Color Harmonies of #410BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BFD

Black with #410BFD

Text Example


Text Example

White with #410BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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