Html Css Color HEX #381EF1 Han Purple

📋 copy color: '#381EF1'

red 56 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #381EF1

Tints of Han Purple #381EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 73.7%

R = 17.13%
G = 9.17%
B = 73.7%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#381EF1 (or 0x381EF1) is known color: Han Purple. HEX triplet: 38, 1E and F1. RGB value is (56,30,241). Sum of RGB (Red+Green+Blue) = 56+30+241=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 241 (94.53% from 255 or 73.70% from 327); Max value from RGB is 241 - color contains mainly: blue. Hex color #381EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EF1 is #C7E10E. Grayscale: #3D3D3D. Windows color (decimal): -13099279 or 15801912. OLE color: 15801912.

HSL color Cylindrical-coordinate representation of color #381EF1: hue angle of 247.39º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EF1 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 30 241 -
CMYK 0.77 0.88 0 0.05
HSL 247.39º 0.88% 0.53% -
HSV(B) 247.39º 0.88% 0.95% -
XYZ 17.97 8.12 83.84 -
YUV 61.83 229.11 123.84 -
System Red Green Blue C M Y K H S L
Decimal 56 30 241 0.77 0.88 0 0.05 247.39 0.88 0.53
Hex 38 1E F1 4D 58 0 5 F7 58 35
Octal 70 36 361 115 130 0 5 367 130 65
Binary 111000 11110 11110001 1001101 1011000 0 101 11110111 1011000 110101

Color Harmonies of #381EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EF1

Black with #381EF1

Text Example


Text Example

White with #381EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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