Html Css Color HEX #410CEB Han Purple

📋 copy color: '#410CEB'

red 65 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #410CEB

Tints of Han Purple #410CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.32%

R = 20.83%
G = 3.85%
B = 75.32%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#410CEB (or 0x410CEB) is known color: Han Purple. HEX triplet: 41, 0C and EB. RGB value is (65,12,235). Sum of RGB (Red+Green+Blue) = 65+12+235=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #410CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410CEB is #BEF314. Grayscale: #343434. Windows color (decimal): -12514069 or 15404097. OLE color: 15404097.

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

Color convert

RGB 65 12 235 -
CMYK 0.72 0.95 0 0.08
HSL 254.26º 0.9% 0.48% -
HSV(B) 254.26º 0.95% 0.92% -
XYZ 17.31 7.38 79.11 -
YUV 53.27 230.56 136.37 -
System Red Green Blue C M Y K H S L
Decimal 65 12 235 0.72 0.95 0 0.08 254.26 0.9 0.48
Hex 41 C EB 48 5F 0 8 FE 5A 30
Octal 101 14 353 110 137 0 10 376 132 60
Binary 1000001 1100 11101011 1001000 1011111 0 1000 11111110 1011010 110000

Color Harmonies of #410CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CEB

Black with #410CEB

Text Example


Text Example

White with #410CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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