Html Css Color HEX #381FFE Han Purple

📋 copy color: '#381FFE'

red 56 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #381FFE

Tints of Han Purple #381FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 16.42%
G = 9.09%
B = 74.49%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#381FFE (or 0x381FFE) is known color: Han Purple. HEX triplet: 38, 1F and FE. RGB value is (56,31,254). Sum of RGB (Red+Green+Blue) = 56+31+254=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #381FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FFE is #C7E001. Grayscale: #3F3F3F. Windows color (decimal): -13099010 or 16654136. OLE color: 16654136.

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

Color convert

RGB 56 31 254 -
CMYK 0.78 0.88 0 0.00
HSL 246.73º 0.99% 0.56% -
HSV(B) 246.73º 0.88% 1% -
XYZ 20.01 8.98 94.44 -
YUV 63.9 235.28 122.37 -
System Red Green Blue C M Y K H S L
Decimal 56 31 254 0.78 0.88 0 0.00 246.73 0.99 0.56
Hex 38 1F FE 4E 58 0 0 F7 63 38
Octal 70 37 376 116 130 0 0 367 143 70
Binary 111000 11111 11111110 1001110 1011000 0 0 11110111 1100011 111000

Color Harmonies of #381FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FFE

Black with #381FFE

Text Example


Text Example

White with #381FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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