Html Css Color HEX #440BEB Han Purple

📋 copy color: '#440BEB'

red 68 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #440BEB

Tints of Han Purple #440BEB

RGB

 RED value IS 68 (26.95% from 255) = 21.66%

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

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

R = 21.66%
G = 3.5%
B = 74.84%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#440BEB (or 0x440BEB) is known color: Han Purple. HEX triplet: 44, 0B and EB. RGB value is (68,11,235). Sum of RGB (Red+Green+Blue) = 68+11+235=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #440BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BEB is #BBF414. Grayscale: #343434. Windows color (decimal): -12317717 or 15403844. OLE color: 15403844.

HSL color Cylindrical-coordinate representation of color #440BEB: hue angle of 255.27º degrees, saturation: 0.91, 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 #440BEB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 11 235 -
CMYK 0.71 0.95 0 0.08
HSL 255.27º 0.91% 0.48% -
HSV(B) 255.27º 0.95% 0.92% -
XYZ 17.5 7.47 79.12 -
YUV 53.58 230.38 138.29 -
System Red Green Blue C M Y K H S L
Decimal 68 11 235 0.71 0.95 0 0.08 255.27 0.91 0.48
Hex 44 B EB 47 5F 0 8 FF 5B 30
Octal 104 13 353 107 137 0 10 377 133 60
Binary 1000100 1011 11101011 1000111 1011111 0 1000 11111111 1011011 110000

Color Harmonies of #440BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BEB

Black with #440BEB

Text Example


Text Example

White with #440BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440BEB; }

 p { color: rgb(68,11,235); }

 H1.HeaderClassName
 {
   color: #440BEB;
 }
 .AnyTagClassName
 {
   color: #440BEB;
 }
</style>

background-color css

<style>
 a { background-color: #440BEB; }

 a { background-color: rgb(68,11,235); }

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

border-color css

<style>
 span { border-color: #440BEB; }

 span { border-color: rgb(68,11,235); }

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