Html Css Color HEX #431FF1 Han Purple

📋 copy color: '#431FF1'

red 67 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #431FF1

Tints of Han Purple #431FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 19.76%
G = 9.14%
B = 71.09%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#431FF1 (or 0x431FF1) is known color: Han Purple. HEX triplet: 43, 1F and F1. RGB value is (67,31,241). Sum of RGB (Red+Green+Blue) = 67+31+241=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #431FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431FF1 is #BCE00E. Grayscale: #404040. Windows color (decimal): -12378127 or 15802179. OLE color: 15802179.

HSL color Cylindrical-coordinate representation of color #431FF1: hue angle of 250.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431FF1 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 67 31 241 -
CMYK 0.72 0.87 0 0.05
HSL 250.29º 0.88% 0.53% -
HSV(B) 250.29º 0.87% 0.95% -
XYZ 18.68 8.52 83.88 -
YUV 65.7 226.93 128.92 -
System Red Green Blue C M Y K H S L
Decimal 67 31 241 0.72 0.87 0 0.05 250.29 0.88 0.53
Hex 43 1F F1 48 57 0 5 FA 58 35
Octal 103 37 361 110 127 0 5 372 130 65
Binary 1000011 11111 11110001 1001000 1010111 0 101 11111010 1011000 110101

Color Harmonies of #431FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FF1

Black with #431FF1

Text Example


Text Example

White with #431FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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