Html Css Color HEX #381FEE Han Purple

📋 copy color: '#381FEE'

red 56 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #381FEE

Tints of Han Purple #381FEE

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

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

 BLUE value IS 238 (93.36% from 255) = 73.23%

R = 17.23%
G = 9.54%
B = 73.23%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#381FEE (or 0x381FEE) is known color: Han Purple. HEX triplet: 38, 1F and EE. RGB value is (56,31,238). Sum of RGB (Red+Green+Blue) = 56+31+238=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #381FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FEE is #C7E011. Grayscale: #3D3D3D. Windows color (decimal): -13099026 or 15605560. OLE color: 15605560.

HSL color Cylindrical-coordinate representation of color #381FEE: hue angle of 247.25º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381FEE is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 31 238 -
CMYK 0.76 0.87 0 0.07
HSL 247.25º 0.86% 0.53% -
HSV(B) 247.25º 0.87% 0.93% -
XYZ 17.55 7.99 81.51 -
YUV 62.07 227.28 123.67 -
System Red Green Blue C M Y K H S L
Decimal 56 31 238 0.76 0.87 0 0.07 247.25 0.86 0.53
Hex 38 1F EE 4C 57 0 7 F7 56 35
Octal 70 37 356 114 127 0 7 367 126 65
Binary 111000 11111 11101110 1001100 1010111 0 111 11110111 1010110 110101

Color Harmonies of #381FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FEE

Black with #381FEE

Text Example


Text Example

White with #381FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381FEE; }

 p { color: rgb(56,31,238); }

 H1.HeaderClassName
 {
   color: #381FEE;
 }
 .AnyTagClassName
 {
   color: #381FEE;
 }
</style>

background-color css

<style>
 a { background-color: #381FEE; }

 a { background-color: rgb(56,31,238); }

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

border-color css

<style>
 span { border-color: #381FEE; }

 span { border-color: rgb(56,31,238); }

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