Html Css Color HEX #381EF7 Han Purple

📋 copy color: '#381EF7'

red 56 ◦ green 30 ◦ blue 247

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

Shades of Han Purple #381EF7

Tints of Han Purple #381EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 74.17%

R = 16.82%
G = 9.01%
B = 74.17%

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

#381EF7 (or 0x381EF7) is known color: Han Purple. HEX triplet: 38, 1E and F7. RGB value is (56,30,247). Sum of RGB (Red+Green+Blue) = 56+30+247=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 247 (96.88% from 255 or 74.17% from 333); Max value from RGB is 247 - color contains mainly: blue. Hex color #381EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EF7 is #C7E108. Grayscale: #3D3D3D. Windows color (decimal): -13099273 or 16195128. OLE color: 16195128.

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

Color convert

RGB 56 30 247 -
CMYK 0.77 0.88 0 0.03
HSL 247.19º 0.93% 0.54% -
HSV(B) 247.19º 0.88% 0.97% -
XYZ 18.88 8.48 88.64 -
YUV 62.51 232.11 123.36 -
System Red Green Blue C M Y K H S L
Decimal 56 30 247 0.77 0.88 0 0.03 247.19 0.93 0.54
Hex 38 1E F7 4D 58 0 3 F7 5D 36
Octal 70 36 367 115 130 0 3 367 135 66
Binary 111000 11110 11110111 1001101 1011000 0 11 11110111 1011101 110110

Color Harmonies of #381EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EF7

Black with #381EF7

Text Example


Text Example

White with #381EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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