Html Css Color HEX #3F09BD Purple Heart

📋 copy color: '#3F09BD'

red 63 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #3F09BD

Tints of Purple Heart #3F09BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.41%

R = 24.14%
G = 3.45%
B = 72.41%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F09BD (or 0x3F09BD) is known color: Purple Heart. HEX triplet: 3F, 09 and BD. RGB value is (63,9,189). Sum of RGB (Red+Green+Blue) = 63+9+189=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09BD is #C0F642. Grayscale: #2D2D2D. Windows color (decimal): -12645955 or 12388671. OLE color: 12388671.

HSL color Cylindrical-coordinate representation of color #3F09BD: hue angle of 258º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F09BD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 9 189 -
CMYK 0.67 0.95 0 0.26
HSL 258º 0.91% 0.39% -
HSV(B) 258º 0.95% 0.74% -
XYZ 11.33 4.93 48.5 -
YUV 45.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 63 9 189 0.67 0.95 0 0.26 258 0.91 0.39
Hex 3F 9 BD 43 5F 0 1A 102 5B 27
Octal 77 11 275 103 137 0 32 402 133 47
Binary 111111 1001 10111101 1000011 1011111 0 11010 100000010 1011011 100111

Color Harmonies of #3F09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F09BD

Black with #3F09BD

Text Example


Text Example

White with #3F09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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