Html Css Color HEX #410CFC Han Purple

📋 copy color: '#410CFC'

red 65 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #410CFC

Tints of Han Purple #410CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 76.6%

R = 19.76%
G = 3.65%
B = 76.6%

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

#410CFC (or 0x410CFC) is known color: Han Purple. HEX triplet: 41, 0C and FC. RGB value is (65,12,252). Sum of RGB (Red+Green+Blue) = 65+12+252=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #410CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CFC is #BEF303. Grayscale: #363636. Windows color (decimal): -12514052 or 16518209. OLE color: 16518209.

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

Color convert

RGB 65 12 252 -
CMYK 0.74 0.95 0 0.01
HSL 253.25º 0.98% 0.52% -
HSV(B) 253.25º 0.95% 0.99% -
XYZ 19.88 8.42 92.67 -
YUV 55.21 239.06 134.99 -
System Red Green Blue C M Y K H S L
Decimal 65 12 252 0.74 0.95 0 0.01 253.25 0.98 0.52
Hex 41 C FC 4A 5F 0 1 FD 62 34
Octal 101 14 374 112 137 0 1 375 142 64
Binary 1000001 1100 11111100 1001010 1011111 0 1 11111101 1100010 110100

Color Harmonies of #410CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CFC

Black with #410CFC

Text Example


Text Example

White with #410CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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