Html Css Color HEX #381FE0 Han Purple

📋 copy color: '#381FE0'

red 56 ◦ green 31 ◦ blue 224

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

Shades of Han Purple #381FE0

Tints of Han Purple #381FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.03%

R = 18.01%
G = 9.97%
B = 72.03%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#381FE0 (or 0x381FE0) is known color: Han Purple. HEX triplet: 38, 1F and E0. RGB value is (56,31,224). Sum of RGB (Red+Green+Blue) = 56+31+224=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #381FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FE0 is #C7E01F. Grayscale: #3B3B3B. Windows color (decimal): -13099040 or 14688056. OLE color: 14688056.

HSL color Cylindrical-coordinate representation of color #381FE0: hue angle of 247.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381FE0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 31 224 -
CMYK 0.75 0.86 0 0.12
HSL 247.77º 0.76% 0.5% -
HSV(B) 247.77º 0.86% 0.88% -
XYZ 15.58 7.2 71.09 -
YUV 60.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 56 31 224 0.75 0.86 0 0.12 247.77 0.76 0.5
Hex 38 1F E0 4B 56 0 C F8 4C 32
Octal 70 37 340 113 126 0 14 370 114 62
Binary 111000 11111 11100000 1001011 1010110 0 1100 11111000 1001100 110010

Color Harmonies of #381FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FE0

Black with #381FE0

Text Example


Text Example

White with #381FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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