Html Css Color HEX #442DBA Purple Heart

📋 copy color: '#442DBA'

red 68 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #442DBA

Tints of Purple Heart #442DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

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

R = 22.74%
G = 15.05%
B = 62.21%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#442DBA (or 0x442DBA) is known color: Purple Heart. HEX triplet: 44, 2D and BA. RGB value is (68,45,186). Sum of RGB (Red+Green+Blue) = 68+45+186=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #442DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DBA is #BBD245. Grayscale: #434343. Windows color (decimal): -12309062 or 12201284. OLE color: 12201284.

HSL color Cylindrical-coordinate representation of color #442DBA: hue angle of 249.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442DBA is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 45 186 -
CMYK 0.63 0.76 0 0.27
HSL 249.79º 0.61% 0.45% -
HSV(B) 249.79º 0.76% 0.73% -
XYZ 12.19 6.65 47.1 -
YUV 67.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 68 45 186 0.63 0.76 0 0.27 249.79 0.61 0.45
Hex 44 2D BA 3F 4C 0 1B FA 3D 2D
Octal 104 55 272 77 114 0 33 372 75 55
Binary 1000100 101101 10111010 111111 1001100 0 11011 11111010 111101 101101

Color Harmonies of #442DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DBA

Black with #442DBA

Text Example


Text Example

White with #442DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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