Html Css Color HEX #3F28CB Purple Heart

📋 copy color: '#3F28CB'

red 63 ◦ green 40 ◦ blue 203

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

Shades of Purple Heart #3F28CB

Tints of Purple Heart #3F28CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 20.59%
G = 13.07%
B = 66.34%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F28CB (or 0x3F28CB) is known color: Purple Heart. HEX triplet: 3F, 28 and CB. RGB value is (63,40,203). Sum of RGB (Red+Green+Blue) = 63+40+203=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F28CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28CB is #C0D734. Grayscale: #404040. Windows color (decimal): -12638005 or 13314111. OLE color: 13314111.

HSL color Cylindrical-coordinate representation of color #3F28CB: hue angle of 248.47º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F28CB is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 40 203 -
CMYK 0.69 0.80 0 0.20
HSL 248.47º 0.67% 0.48% -
HSV(B) 248.47º 0.8% 0.8% -
XYZ 13.59 6.89 57.11 -
YUV 65.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 63 40 203 0.69 0.80 0 0.20 248.47 0.67 0.48
Hex 3F 28 CB 45 50 0 14 F8 43 30
Octal 77 50 313 105 120 0 24 370 103 60
Binary 111111 101000 11001011 1000101 1010000 0 10100 11111000 1000011 110000

Color Harmonies of #3F28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F28CB

Black with #3F28CB

Text Example


Text Example

White with #3F28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,203); }

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

background-color css

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

 a { background-color: rgb(63,40,203); }

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

border-color css

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

 span { border-color: rgb(63,40,203); }

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