Html Css Color HEX #410CFF Han Purple

📋 copy color: '#410CFF'

red 65 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #410CFF

Tints of Han Purple #410CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.81%

R = 19.58%
G = 3.61%
B = 76.81%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#410CFF (or 0x410CFF) is known color: Han Purple. HEX triplet: 41, 0C and FF. RGB value is (65,12,255). Sum of RGB (Red+Green+Blue) = 65+12+255=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #410CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CFF is #BEF300. Grayscale: #363636. Windows color (decimal): -12514049 or 16714817. OLE color: 16714817.

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

Color convert

RGB 65 12 255 -
CMYK 0.75 0.95 0 0
HSL 253.09º 1% 0.52% -
HSV(B) 253.09º 0.95% 1% -
XYZ 20.36 8.61 95.2 -
YUV 55.55 240.56 134.74 -
System Red Green Blue C M Y K H S L
Decimal 65 12 255 0.75 0.95 0 0 253.09 1 0.52
Hex 41 C FF 4B 5F 0 0 FD 64 34
Octal 101 14 377 113 137 0 0 375 144 64
Binary 1000001 1100 11111111 1001011 1011111 0 0 11111101 1100100 110100

Color Harmonies of #410CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CFF

Black with #410CFF

Text Example


Text Example

White with #410CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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