Html Css Color HEX #3F1CB8 Purple Heart

📋 copy color: '#3F1CB8'

red 63 ◦ green 28 ◦ blue 184

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

Shades of Purple Heart #3F1CB8

Tints of Purple Heart #3F1CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 184 (72.27% from 255) = 66.91%

R = 22.91%
G = 10.18%
B = 66.91%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3F1CB8 (or 0x3F1CB8) is known color: Purple Heart. HEX triplet: 3F, 1C and B8. RGB value is (63,28,184). Sum of RGB (Red+Green+Blue) = 63+28+184=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #3F1CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CB8 is #C0E347. Grayscale: #373737. Windows color (decimal): -12641096 or 12065855. OLE color: 12065855.

HSL color Cylindrical-coordinate representation of color #3F1CB8: hue angle of 253.46º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1CB8 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 63 28 184 -
CMYK 0.66 0.85 0 0.28
HSL 253.46º 0.74% 0.42% -
HSV(B) 253.46º 0.85% 0.72% -
XYZ 11.12 5.35 45.79 -
YUV 56.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 63 28 184 0.66 0.85 0 0.28 253.46 0.74 0.42
Hex 3F 1C B8 42 55 0 1C FD 4A 2A
Octal 77 34 270 102 125 0 34 375 112 52
Binary 111111 11100 10111000 1000010 1010101 0 11100 11111101 1001010 101010

Color Harmonies of #3F1CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CB8

Black with #3F1CB8

Text Example


Text Example

White with #3F1CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,184); }

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

background-color css

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

 a { background-color: rgb(63,28,184); }

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

border-color css

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

 span { border-color: rgb(63,28,184); }

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