Html Css Color HEX #381EF8 Han Purple

📋 copy color: '#381EF8'

red 56 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #381EF8

Tints of Han Purple #381EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 74.25%

R = 16.77%
G = 8.98%
B = 74.25%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#381EF8 (or 0x381EF8) is known color: Han Purple. HEX triplet: 38, 1E and F8. RGB value is (56,30,248). Sum of RGB (Red+Green+Blue) = 56+30+248=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #381EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EF8 is #C7E107. Grayscale: #3D3D3D. Windows color (decimal): -13099272 or 16260664. OLE color: 16260664.

HSL color Cylindrical-coordinate representation of color #381EF8: hue angle of 247.16º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EF8 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 30 248 -
CMYK 0.77 0.88 0 0.03
HSL 247.16º 0.94% 0.55% -
HSV(B) 247.16º 0.88% 0.97% -
XYZ 19.04 8.55 89.45 -
YUV 62.63 232.61 123.27 -
System Red Green Blue C M Y K H S L
Decimal 56 30 248 0.77 0.88 0 0.03 247.16 0.94 0.55
Hex 38 1E F8 4D 58 0 3 F7 5E 37
Octal 70 36 370 115 130 0 3 367 136 67
Binary 111000 11110 11111000 1001101 1011000 0 11 11110111 1011110 110111

Color Harmonies of #381EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EF8

Black with #381EF8

Text Example


Text Example

White with #381EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,248); }

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

background-color css

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

 a { background-color: rgb(56,30,248); }

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

border-color css

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

 span { border-color: rgb(56,30,248); }

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