Html Css Color HEX #431FDD Han Purple

📋 copy color: '#431FDD'

red 67 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #431FDD

Tints of Han Purple #431FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 21%
G = 9.72%
B = 69.28%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#431FDD (or 0x431FDD) is known color: Han Purple. HEX triplet: 43, 1F and DD. RGB value is (67,31,221). Sum of RGB (Red+Green+Blue) = 67+31+221=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #431FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FDD is #BCE022. Grayscale: #3E3E3E. Windows color (decimal): -12378147 or 14491459. OLE color: 14491459.

HSL color Cylindrical-coordinate representation of color #431FDD: hue angle of 251.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431FDD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 31 221 -
CMYK 0.70 0.86 0 0.13
HSL 251.37º 0.75% 0.49% -
HSV(B) 251.37º 0.86% 0.87% -
XYZ 15.86 7.39 69 -
YUV 63.42 216.93 130.55 -
System Red Green Blue C M Y K H S L
Decimal 67 31 221 0.70 0.86 0 0.13 251.37 0.75 0.49
Hex 43 1F DD 46 56 0 D FB 4B 31
Octal 103 37 335 106 126 0 15 373 113 61
Binary 1000011 11111 11011101 1000110 1010110 0 1101 11111011 1001011 110001

Color Harmonies of #431FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FDD

Black with #431FDD

Text Example


Text Example

White with #431FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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