Html Css Color HEX #4231EF Han Purple

📋 copy color: '#4231EF'

red 66 ◦ green 49 ◦ blue 239

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

Shades of Han Purple #4231EF

Tints of Han Purple #4231EF

RGB

 RED value IS 66 (26.17% from 255) = 18.64%

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 18.64%
G = 13.84%
B = 67.51%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4231EF (or 0x4231EF) is known color: Han Purple. HEX triplet: 42, 31 and EF. RGB value is (66,49,239). Sum of RGB (Red+Green+Blue) = 66+49+239=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #4231EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4231EF is #BDCE10. Grayscale: #4B4B4B. Windows color (decimal): -12439057 or 15675714. OLE color: 15675714.

HSL color Cylindrical-coordinate representation of color #4231EF: hue angle of 245.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4231EF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 49 239 -
CMYK 0.72 0.79 0 0.06
HSL 245.37º 0.86% 0.56% -
HSV(B) 245.37º 0.79% 0.94% -
XYZ 18.93 9.59 82.51 -
YUV 75.74 220.13 121.05 -
System Red Green Blue C M Y K H S L
Decimal 66 49 239 0.72 0.79 0 0.06 245.37 0.86 0.56
Hex 42 31 EF 48 4F 0 6 F5 56 38
Octal 102 61 357 110 117 0 6 365 126 70
Binary 1000010 110001 11101111 1001000 1001111 0 110 11110101 1010110 111000

Color Harmonies of #4231EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4231EF

Black with #4231EF

Text Example


Text Example

White with #4231EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4231EF; }

 p { color: rgb(66,49,239); }

 H1.HeaderClassName
 {
   color: #4231EF;
 }
 .AnyTagClassName
 {
   color: #4231EF;
 }
</style>

background-color css

<style>
 a { background-color: #4231EF; }

 a { background-color: rgb(66,49,239); }

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

border-color css

<style>
 span { border-color: #4231EF; }

 span { border-color: rgb(66,49,239); }

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