Html Css Color HEX #381FFB Han Purple

📋 copy color: '#381FFB'

red 56 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #381FFB

Tints of Han Purple #381FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.26%

R = 16.57%
G = 9.17%
B = 74.26%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#381FFB (or 0x381FFB) is known color: Han Purple. HEX triplet: 38, 1F and FB. RGB value is (56,31,251). Sum of RGB (Red+Green+Blue) = 56+31+251=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #381FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FFB is #C7E004. Grayscale: #3E3E3E. Windows color (decimal): -13099013 or 16457528. OLE color: 16457528.

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

Color convert

RGB 56 31 251 -
CMYK 0.78 0.88 0 0.02
HSL 246.82º 0.96% 0.55% -
HSV(B) 246.82º 0.88% 0.98% -
XYZ 19.53 8.79 91.93 -
YUV 63.56 233.78 122.61 -
System Red Green Blue C M Y K H S L
Decimal 56 31 251 0.78 0.88 0 0.02 246.82 0.96 0.55
Hex 38 1F FB 4E 58 0 2 F7 60 37
Octal 70 37 373 116 130 0 2 367 140 67
Binary 111000 11111 11111011 1001110 1011000 0 10 11110111 1100000 110111

Color Harmonies of #381FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FFB

Black with #381FFB

Text Example


Text Example

White with #381FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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