Html Css Color HEX #4231BF Purple Heart

📋 copy color: '#4231BF'

red 66 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #4231BF

Tints of Purple Heart #4231BF

RGB

 RED value IS 66 (26.17% from 255) = 21.57%

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 191 (75% from 255) = 62.42%

R = 21.57%
G = 16.01%
B = 62.42%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4231BF (or 0x4231BF) is known color: Purple Heart. HEX triplet: 42, 31 and BF. RGB value is (66,49,191). Sum of RGB (Red+Green+Blue) = 66+49+191=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #4231BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231BF is #BDCE40. Grayscale: #454545. Windows color (decimal): -12439105 or 12529986. OLE color: 12529986.

HSL color Cylindrical-coordinate representation of color #4231BF: hue angle of 247.18º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4231BF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 49 191 -
CMYK 0.65 0.74 0 0.25
HSL 247.18º 0.59% 0.47% -
HSV(B) 247.18º 0.74% 0.75% -
XYZ 12.75 7.12 49.99 -
YUV 70.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 66 49 191 0.65 0.74 0 0.25 247.18 0.59 0.47
Hex 42 31 BF 41 4A 0 19 F7 3B 2F
Octal 102 61 277 101 112 0 31 367 73 57
Binary 1000010 110001 10111111 1000001 1001010 0 11001 11110111 111011 101111

Color Harmonies of #4231BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4231BF

Black with #4231BF

Text Example


Text Example

White with #4231BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4231BF; }

 p { color: rgb(66,49,191); }

 H1.HeaderClassName
 {
   color: #4231BF;
 }
 .AnyTagClassName
 {
   color: #4231BF;
 }
</style>

background-color css

<style>
 a { background-color: #4231BF; }

 a { background-color: rgb(66,49,191); }

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

border-color css

<style>
 span { border-color: #4231BF; }

 span { border-color: rgb(66,49,191); }

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