Html Css Color HEX #431FE0 Han Purple

📋 copy color: '#431FE0'

red 67 ◦ green 31 ◦ blue 224

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

Shades of Han Purple #431FE0

Tints of Han Purple #431FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 20.81%
G = 9.63%
B = 69.57%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#431FE0 (or 0x431FE0) is known color: Han Purple. HEX triplet: 43, 1F and E0. RGB value is (67,31,224). Sum of RGB (Red+Green+Blue) = 67+31+224=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #431FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FE0 is #BCE01F. Grayscale: #3F3F3F. Windows color (decimal): -12378144 or 14688067. OLE color: 14688067.

HSL color Cylindrical-coordinate representation of color #431FE0: hue angle of 251.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431FE0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 31 224 -
CMYK 0.70 0.86 0 0.12
HSL 251.19º 0.76% 0.5% -
HSV(B) 251.19º 0.86% 0.88% -
XYZ 16.26 7.56 71.12 -
YUV 63.77 218.43 130.31 -
System Red Green Blue C M Y K H S L
Decimal 67 31 224 0.70 0.86 0 0.12 251.19 0.76 0.5
Hex 43 1F E0 46 56 0 C FB 4C 32
Octal 103 37 340 106 126 0 14 373 114 62
Binary 1000011 11111 11100000 1000110 1010110 0 1100 11111011 1001100 110010

Color Harmonies of #431FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FE0

Black with #431FE0

Text Example


Text Example

White with #431FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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