Html Css Color HEX #410CEC Han Purple

📋 copy color: '#410CEC'

red 65 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #410CEC

Tints of Han Purple #410CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.4%

R = 20.77%
G = 3.83%
B = 75.4%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#410CEC (or 0x410CEC) is known color: Han Purple. HEX triplet: 41, 0C and EC. RGB value is (65,12,236). Sum of RGB (Red+Green+Blue) = 65+12+236=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #410CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CEC is #BEF313. Grayscale: #343434. Windows color (decimal): -12514068 or 15469633. OLE color: 15469633.

HSL color Cylindrical-coordinate representation of color #410CEC: hue angle of 254.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410CEC is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 12 236 -
CMYK 0.72 0.95 0 0.07
HSL 254.2º 0.9% 0.49% -
HSV(B) 254.2º 0.95% 0.93% -
XYZ 17.45 7.44 79.87 -
YUV 53.38 231.06 136.29 -
System Red Green Blue C M Y K H S L
Decimal 65 12 236 0.72 0.95 0 0.07 254.2 0.9 0.49
Hex 41 C EC 48 5F 0 7 FE 5A 31
Octal 101 14 354 110 137 0 7 376 132 61
Binary 1000001 1100 11101100 1001000 1011111 0 111 11111110 1011010 110001

Color Harmonies of #410CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CEC

Black with #410CEC

Text Example


Text Example

White with #410CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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