Html Css Color HEX #442BBD Purple Heart

📋 copy color: '#442BBD'

red 68 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #442BBD

Tints of Purple Heart #442BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 189 (74.22% from 255) = 63%

R = 22.67%
G = 14.33%
B = 63%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#442BBD (or 0x442BBD) is known color: Purple Heart. HEX triplet: 44, 2B and BD. RGB value is (68,43,189). Sum of RGB (Red+Green+Blue) = 68+43+189=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #442BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BBD is #BBD442. Grayscale: #424242. Windows color (decimal): -12309571 or 12397380. OLE color: 12397380.

HSL color Cylindrical-coordinate representation of color #442BBD: hue angle of 250.27º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442BBD is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 43 189 -
CMYK 0.64 0.77 0 0.26
HSL 250.27º 0.63% 0.45% -
HSV(B) 250.27º 0.77% 0.74% -
XYZ 12.43 6.63 48.77 -
YUV 67.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 68 43 189 0.64 0.77 0 0.26 250.27 0.63 0.45
Hex 44 2B BD 40 4D 0 1A FA 3F 2D
Octal 104 53 275 100 115 0 32 372 77 55
Binary 1000100 101011 10111101 1000000 1001101 0 11010 11111010 111111 101101

Color Harmonies of #442BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BBD

Black with #442BBD

Text Example


Text Example

White with #442BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442BBD; }

 p { color: rgb(68,43,189); }

 H1.HeaderClassName
 {
   color: #442BBD;
 }
 .AnyTagClassName
 {
   color: #442BBD;
 }
</style>

background-color css

<style>
 a { background-color: #442BBD; }

 a { background-color: rgb(68,43,189); }

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

border-color css

<style>
 span { border-color: #442BBD; }

 span { border-color: rgb(68,43,189); }

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