Html Css Color HEX #4312EF Han Purple

📋 copy color: '#4312EF'

red 67 ◦ green 18 ◦ blue 239

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

Shades of Han Purple #4312EF

Tints of Han Purple #4312EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 20.68%
G = 5.56%
B = 73.77%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4312EF (or 0x4312EF) is known color: Han Purple. HEX triplet: 43, 12 and EF. RGB value is (67,18,239). Sum of RGB (Red+Green+Blue) = 67+18+239=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #4312EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4312EF is #BCED10. Grayscale: #393939. Windows color (decimal): -12381457 or 15667779. OLE color: 15667779.

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

Color convert

RGB 67 18 239 -
CMYK 0.72 0.92 0 0.06
HSL 253.3º 0.87% 0.5% -
HSV(B) 253.3º 0.92% 0.94% -
XYZ 18.11 7.86 82.22 -
YUV 57.85 230.23 134.53 -
System Red Green Blue C M Y K H S L
Decimal 67 18 239 0.72 0.92 0 0.06 253.3 0.87 0.5
Hex 43 12 EF 48 5C 0 6 FD 57 32
Octal 103 22 357 110 134 0 6 375 127 62
Binary 1000011 10010 11101111 1001000 1011100 0 110 11111101 1010111 110010

Color Harmonies of #4312EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4312EF

Black with #4312EF

Text Example


Text Example

White with #4312EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,18,239); }

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

background-color css

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

 a { background-color: rgb(67,18,239); }

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

border-color css

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

 span { border-color: rgb(67,18,239); }

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