Html Css Color HEX #431FFA Han Purple

📋 copy color: '#431FFA'

red 67 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #431FFA

Tints of Han Purple #431FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 19.25%
G = 8.91%
B = 71.84%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#431FFA (or 0x431FFA) is known color: Han Purple. HEX triplet: 43, 1F and FA. RGB value is (67,31,250). Sum of RGB (Red+Green+Blue) = 67+31+250=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #431FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FFA is #BCE005. Grayscale: #414141. Windows color (decimal): -12378118 or 16392003. OLE color: 16392003.

HSL color Cylindrical-coordinate representation of color #431FFA: hue angle of 249.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431FFA is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 31 250 -
CMYK 0.73 0.88 0 0.02
HSL 249.86º 0.96% 0.55% -
HSV(B) 249.86º 0.88% 0.98% -
XYZ 20.06 9.08 91.14 -
YUV 66.73 231.43 128.19 -
System Red Green Blue C M Y K H S L
Decimal 67 31 250 0.73 0.88 0 0.02 249.86 0.96 0.55
Hex 43 1F FA 49 58 0 2 FA 60 37
Octal 103 37 372 111 130 0 2 372 140 67
Binary 1000011 11111 11111010 1001001 1011000 0 10 11111010 1100000 110111

Color Harmonies of #431FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FFA

Black with #431FFA

Text Example


Text Example

White with #431FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,250); }

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

background-color css

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

 a { background-color: rgb(67,31,250); }

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

border-color css

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

 span { border-color: rgb(67,31,250); }

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