Html Css Color HEX #4009BA Purple Heart

📋 copy color: '#4009BA'

red 64 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #4009BA

Tints of Purple Heart #4009BA

RGB

 RED value IS 64 (25.39% from 255) = 24.71%

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 24.71%
G = 3.47%
B = 71.81%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4009BA (or 0x4009BA) is known color: Purple Heart. HEX triplet: 40, 09 and BA. RGB value is (64,9,186). Sum of RGB (Red+Green+Blue) = 64+9+186=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #4009BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009BA is #BFF645. Grayscale: #2C2C2C. Windows color (decimal): -12580422 or 12192064. OLE color: 12192064.

HSL color Cylindrical-coordinate representation of color #4009BA: hue angle of 258.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009BA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 9 186 -
CMYK 0.66 0.95 0 0.27
HSL 258.64º 0.91% 0.38% -
HSV(B) 258.64º 0.95% 0.73% -
XYZ 11.07 4.83 46.8 -
YUV 45.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 64 9 186 0.66 0.95 0 0.27 258.64 0.91 0.38
Hex 40 9 BA 42 5F 0 1B 103 5B 26
Octal 100 11 272 102 137 0 33 403 133 46
Binary 1000000 1001 10111010 1000010 1011111 0 11011 100000011 1011011 100110

Color Harmonies of #4009BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4009BA

Black with #4009BA

Text Example


Text Example

White with #4009BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4009BA; }

 p { color: rgb(64,9,186); }

 H1.HeaderClassName
 {
   color: #4009BA;
 }
 .AnyTagClassName
 {
   color: #4009BA;
 }
</style>

background-color css

<style>
 a { background-color: #4009BA; }

 a { background-color: rgb(64,9,186); }

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

border-color css

<style>
 span { border-color: #4009BA; }

 span { border-color: rgb(64,9,186); }

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