Html Css Color HEX #381FFF Han Purple

📋 copy color: '#381FFF'

red 56 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #381FFF

Tints of Han Purple #381FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.56%

R = 16.37%
G = 9.06%
B = 74.56%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#381FFF (or 0x381FFF) is known color: Han Purple. HEX triplet: 38, 1F and FF. RGB value is (56,31,255). Sum of RGB (Red+Green+Blue) = 56+31+255=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #381FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FFF is #C7E000. Grayscale: #3F3F3F. Windows color (decimal): -13099009 or 16719672. OLE color: 16719672.

HSL color Cylindrical-coordinate representation of color #381FFF: hue angle of 246.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381FFF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 31 255 -
CMYK 0.78 0.88 0 0
HSL 246.7º 1% 0.56% -
HSV(B) 246.7º 0.88% 1% -
XYZ 20.17 9.04 95.29 -
YUV 64.01 235.78 122.29 -
System Red Green Blue C M Y K H S L
Decimal 56 31 255 0.78 0.88 0 0 246.7 1 0.56
Hex 38 1F FF 4E 58 0 0 F7 64 38
Octal 70 37 377 116 130 0 0 367 144 70
Binary 111000 11111 11111111 1001110 1011000 0 0 11110111 1100100 111000

Color Harmonies of #381FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FFF

Black with #381FFF

Text Example


Text Example

White with #381FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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