Html Css Color HEX #381DFB Han Purple

📋 copy color: '#381DFB'

red 56 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #381DFB

Tints of Han Purple #381DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 16.67%
G = 8.63%
B = 74.7%

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

#381DFB (or 0x381DFB) is known color: Han Purple. HEX triplet: 38, 1D and FB. RGB value is (56,29,251). Sum of RGB (Red+Green+Blue) = 56+29+251=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #381DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DFB is #C7E204. Grayscale: #3D3D3D. Windows color (decimal): -13099525 or 16457016. OLE color: 16457016.

HSL color Cylindrical-coordinate representation of color #381DFB: hue angle of 247.3º degrees, saturation: 0.97, 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 #381DFB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 29 251 -
CMYK 0.78 0.88 0 0.02
HSL 247.3º 0.97% 0.55% -
HSV(B) 247.3º 0.88% 0.98% -
XYZ 19.48 8.68 91.92 -
YUV 62.38 234.45 123.45 -
System Red Green Blue C M Y K H S L
Decimal 56 29 251 0.78 0.88 0 0.02 247.3 0.97 0.55
Hex 38 1D FB 4E 58 0 2 F7 61 37
Octal 70 35 373 116 130 0 2 367 141 67
Binary 111000 11101 11111011 1001110 1011000 0 10 11110111 1100001 110111

Color Harmonies of #381DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DFB

Black with #381DFB

Text Example


Text Example

White with #381DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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