Html Css Color HEX #381EFB Han Purple

📋 copy color: '#381EFB'

red 56 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #381EFB

Tints of Han Purple #381EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 16.62%
G = 8.9%
B = 74.48%

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

#381EFB (or 0x381EFB) is known color: Han Purple. HEX triplet: 38, 1E and FB. RGB value is (56,30,251). Sum of RGB (Red+Green+Blue) = 56+30+251=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #381EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EFB is #C7E104. Grayscale: #3E3E3E. Windows color (decimal): -13099269 or 16457272. OLE color: 16457272.

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

Color convert

RGB 56 30 251 -
CMYK 0.78 0.88 0 0.02
HSL 247.06º 0.97% 0.55% -
HSV(B) 247.06º 0.88% 0.98% -
XYZ 19.51 8.73 91.92 -
YUV 62.97 234.11 123.03 -
System Red Green Blue C M Y K H S L
Decimal 56 30 251 0.78 0.88 0 0.02 247.06 0.97 0.55
Hex 38 1E FB 4E 58 0 2 F7 61 37
Octal 70 36 373 116 130 0 2 367 141 67
Binary 111000 11110 11111011 1001110 1011000 0 10 11110111 1100001 110111

Color Harmonies of #381EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EFB

Black with #381EFB

Text Example


Text Example

White with #381EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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