Html Css Color HEX #442FBB Purple Heart

📋 copy color: '#442FBB'

red 68 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #442FBB

Tints of Purple Heart #442FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 22.52%
G = 15.56%
B = 61.92%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#442FBB (or 0x442FBB) is known color: Purple Heart. HEX triplet: 44, 2F and BB. RGB value is (68,47,187). Sum of RGB (Red+Green+Blue) = 68+47+187=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #442FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FBB is #BBD044. Grayscale: #444444. Windows color (decimal): -12308549 or 12267332. OLE color: 12267332.

HSL color Cylindrical-coordinate representation of color #442FBB: hue angle of 249º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442FBB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 47 187 -
CMYK 0.64 0.75 0 0.27
HSL 249º 0.6% 0.46% -
HSV(B) 249º 0.75% 0.73% -
XYZ 12.37 6.85 47.68 -
YUV 69.24 194.46 127.12 -
System Red Green Blue C M Y K H S L
Decimal 68 47 187 0.64 0.75 0 0.27 249 0.6 0.46
Hex 44 2F BB 40 4B 0 1B F9 3C 2E
Octal 104 57 273 100 113 0 33 371 74 56
Binary 1000100 101111 10111011 1000000 1001011 0 11011 11111001 111100 101110

Color Harmonies of #442FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FBB

Black with #442FBB

Text Example


Text Example

White with #442FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,187); }

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

background-color css

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

 a { background-color: rgb(68,47,187); }

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

border-color css

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

 span { border-color: rgb(68,47,187); }

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