Html Css Color HEX #440BC4 Purple Heart

📋 copy color: '#440BC4'

red 68 ◦ green 11 ◦ blue 196

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

Shades of Purple Heart #440BC4

Tints of Purple Heart #440BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 71.27%

R = 24.73%
G = 4%
B = 71.27%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#440BC4 (or 0x440BC4) is known color: Purple Heart. HEX triplet: 44, 0B and C4. RGB value is (68,11,196). Sum of RGB (Red+Green+Blue) = 68+11+196=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #440BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BC4 is #BBF43B. Grayscale: #303030. Windows color (decimal): -12317756 or 12847940. OLE color: 12847940.

HSL color Cylindrical-coordinate representation of color #440BC4: hue angle of 258.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BC4 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 11 196 -
CMYK 0.65 0.94 0 0.23
HSL 258.49º 0.89% 0.41% -
HSV(B) 258.49º 0.94% 0.77% -
XYZ 12.47 5.45 52.62 -
YUV 49.13 210.88 141.46 -
System Red Green Blue C M Y K H S L
Decimal 68 11 196 0.65 0.94 0 0.23 258.49 0.89 0.41
Hex 44 B C4 41 5E 0 17 102 59 29
Octal 104 13 304 101 136 0 27 402 131 51
Binary 1000100 1011 11000100 1000001 1011110 0 10111 100000010 1011001 101001

Color Harmonies of #440BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BC4

Black with #440BC4

Text Example


Text Example

White with #440BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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