Html Css Color HEX #431EDC Han Purple

📋 copy color: '#431EDC'

red 67 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #431EDC

Tints of Han Purple #431EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 21.14%
G = 9.46%
B = 69.4%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#431EDC (or 0x431EDC) is known color: Han Purple. HEX triplet: 43, 1E and DC. RGB value is (67,30,220). Sum of RGB (Red+Green+Blue) = 67+30+220=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #431EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EDC is #BCE123. Grayscale: #3E3E3E. Windows color (decimal): -12378404 or 14425667. OLE color: 14425667.

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

Color convert

RGB 67 30 220 -
CMYK 0.70 0.86 0 0.14
HSL 251.68º 0.76% 0.49% -
HSV(B) 251.68º 0.86% 0.86% -
XYZ 15.7 7.29 68.29 -
YUV 62.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 67 30 220 0.70 0.86 0 0.14 251.68 0.76 0.49
Hex 43 1E DC 46 56 0 E FC 4C 31
Octal 103 36 334 106 126 0 16 374 114 61
Binary 1000011 11110 11011100 1000110 1010110 0 1110 11111100 1001100 110001

Color Harmonies of #431EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431EDC

Black with #431EDC

Text Example


Text Example

White with #431EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,30,220); }

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

background-color css

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

 a { background-color: rgb(67,30,220); }

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

border-color css

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

 span { border-color: rgb(67,30,220); }

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