Html Css Color HEX #431CBA Purple Heart

📋 copy color: '#431CBA'

red 67 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #431CBA

Tints of Purple Heart #431CBA

RGB

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

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

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

R = 23.84%
G = 9.96%
B = 66.19%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#431CBA (or 0x431CBA) is known color: Purple Heart. HEX triplet: 43, 1C and BA. RGB value is (67,28,186). Sum of RGB (Red+Green+Blue) = 67+28+186=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #431CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CBA is #BCE345. Grayscale: #393939. Windows color (decimal): -12378950 or 12196931. OLE color: 12196931.

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

Color convert

RGB 67 28 186 -
CMYK 0.64 0.85 0 0.27
HSL 254.81º 0.74% 0.42% -
HSV(B) 254.81º 0.85% 0.73% -
XYZ 11.59 5.57 46.92 -
YUV 57.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 67 28 186 0.64 0.85 0 0.27 254.81 0.74 0.42
Hex 43 1C BA 40 55 0 1B FF 4A 2A
Octal 103 34 272 100 125 0 33 377 112 52
Binary 1000011 11100 10111010 1000000 1010101 0 11011 11111111 1001010 101010

Color Harmonies of #431CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CBA

Black with #431CBA

Text Example


Text Example

White with #431CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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