Html Css Color HEX #440CEC Han Purple

📋 copy color: '#440CEC'

red 68 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #440CEC

Tints of Han Purple #440CEC

RGB

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

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

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

R = 21.52%
G = 3.8%
B = 74.68%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#440CEC (or 0x440CEC) is known color: Han Purple. HEX triplet: 44, 0C and EC. RGB value is (68,12,236). Sum of RGB (Red+Green+Blue) = 68+12+236=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #440CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CEC is #BBF313. Grayscale: #353535. Windows color (decimal): -12317460 or 15469636. OLE color: 15469636.

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

Color convert

RGB 68 12 236 -
CMYK 0.71 0.95 0 0.07
HSL 255º 0.9% 0.49% -
HSV(B) 255º 0.95% 0.93% -
XYZ 17.66 7.55 79.88 -
YUV 54.28 230.55 137.79 -
System Red Green Blue C M Y K H S L
Decimal 68 12 236 0.71 0.95 0 0.07 255 0.9 0.49
Hex 44 C EC 47 5F 0 7 FF 5A 31
Octal 104 14 354 107 137 0 7 377 132 61
Binary 1000100 1100 11101100 1000111 1011111 0 111 11111111 1011010 110001

Color Harmonies of #440CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CEC

Black with #440CEC

Text Example


Text Example

White with #440CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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