Html Css Color HEX #442FBA Purple Heart

📋 copy color: '#442FBA'

red 68 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #442FBA

Tints of Purple Heart #442FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 22.59%
G = 15.61%
B = 61.79%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#442FBA (or 0x442FBA) is known color: Purple Heart. HEX triplet: 44, 2F and BA. RGB value is (68,47,186). Sum of RGB (Red+Green+Blue) = 68+47+186=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #442FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FBA is #BBD045. Grayscale: #444444. Windows color (decimal): -12308550 or 12201796. OLE color: 12201796.

HSL color Cylindrical-coordinate representation of color #442FBA: hue angle of 249.06º 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 #442FBA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 47 186 -
CMYK 0.63 0.75 0 0.27
HSL 249.06º 0.6% 0.46% -
HSV(B) 249.06º 0.75% 0.73% -
XYZ 12.26 6.81 47.12 -
YUV 69.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 68 47 186 0.63 0.75 0 0.27 249.06 0.6 0.46
Hex 44 2F BA 3F 4B 0 1B F9 3C 2E
Octal 104 57 272 77 113 0 33 371 74 56
Binary 1000100 101111 10111010 111111 1001011 0 11011 11111001 111100 101110

Color Harmonies of #442FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FBA

Black with #442FBA

Text Example


Text Example

White with #442FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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