Html Css Color HEX #3F09BB Purple Heart

📋 copy color: '#3F09BB'

red 63 ◦ green 9 ◦ blue 187

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

Shades of Purple Heart #3F09BB

Tints of Purple Heart #3F09BB

RGB

 RED value IS 63 (25% from 255) = 24.32%

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

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

R = 24.32%
G = 3.47%
B = 72.2%

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

#3F09BB (or 0x3F09BB) is known color: Purple Heart. HEX triplet: 3F, 09 and BB. RGB value is (63,9,187). Sum of RGB (Red+Green+Blue) = 63+9+187=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09BB is #C0F644. Grayscale: #2C2C2C. Windows color (decimal): -12645957 or 12257599. OLE color: 12257599.

HSL color Cylindrical-coordinate representation of color #3F09BB: hue angle of 258.2º 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 #3F09BB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 9 187 -
CMYK 0.66 0.95 0 0.27
HSL 258.2º 0.91% 0.38% -
HSV(B) 258.2º 0.95% 0.73% -
XYZ 11.12 4.84 47.36 -
YUV 45.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 63 9 187 0.66 0.95 0 0.27 258.2 0.91 0.38
Hex 3F 9 BB 42 5F 0 1B 102 5B 26
Octal 77 11 273 102 137 0 33 402 133 46
Binary 111111 1001 10111011 1000010 1011111 0 11011 100000010 1011011 100110

Color Harmonies of #3F09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F09BB

Black with #3F09BB

Text Example


Text Example

White with #3F09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F09BB; }

 p { color: rgb(63,9,187); }

 H1.HeaderClassName
 {
   color: #3F09BB;
 }
 .AnyTagClassName
 {
   color: #3F09BB;
 }
</style>

background-color css

<style>
 a { background-color: #3F09BB; }

 a { background-color: rgb(63,9,187); }

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

border-color css

<style>
 span { border-color: #3F09BB; }

 span { border-color: rgb(63,9,187); }

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