Html Css Color HEX #431DBA Purple Heart

📋 copy color: '#431DBA'

red 67 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #431DBA

Tints of Purple Heart #431DBA

RGB

 RED value IS 67 (26.56% from 255) = 23.76%

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 23.76%
G = 10.28%
B = 65.96%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#431DBA (or 0x431DBA) is known color: Purple Heart. HEX triplet: 43, 1D and BA. RGB value is (67,29,186). Sum of RGB (Red+Green+Blue) = 67+29+186=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #431DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DBA is #BCE245. Grayscale: #393939. Windows color (decimal): -12378694 or 12197187. OLE color: 12197187.

HSL color Cylindrical-coordinate representation of color #431DBA: hue angle of 254.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431DBA is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 29 186 -
CMYK 0.64 0.84 0 0.27
HSL 254.52º 0.73% 0.42% -
HSV(B) 254.52º 0.84% 0.73% -
XYZ 11.62 5.62 46.93 -
YUV 58.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 67 29 186 0.64 0.84 0 0.27 254.52 0.73 0.42
Hex 43 1D BA 40 54 0 1B FF 49 2A
Octal 103 35 272 100 124 0 33 377 111 52
Binary 1000011 11101 10111010 1000000 1010100 0 11011 11111111 1001001 101010

Color Harmonies of #431DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431DBA

Black with #431DBA

Text Example


Text Example

White with #431DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431DBA; }

 p { color: rgb(67,29,186); }

 H1.HeaderClassName
 {
   color: #431DBA;
 }
 .AnyTagClassName
 {
   color: #431DBA;
 }
</style>

background-color css

<style>
 a { background-color: #431DBA; }

 a { background-color: rgb(67,29,186); }

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

border-color css

<style>
 span { border-color: #431DBA; }

 span { border-color: rgb(67,29,186); }

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