Html Css Color HEX #381CFB Han Purple

📋 copy color: '#381CFB'

red 56 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #381CFB

Tints of Han Purple #381CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 16.72%
G = 8.36%
B = 74.93%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#381CFB (or 0x381CFB) is known color: Han Purple. HEX triplet: 38, 1C and FB. RGB value is (56,28,251). Sum of RGB (Red+Green+Blue) = 56+28+251=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #381CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CFB is #C7E304. Grayscale: #3C3C3C. Windows color (decimal): -13099781 or 16456760. OLE color: 16456760.

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

Color convert

RGB 56 28 251 -
CMYK 0.78 0.89 0 0.02
HSL 247.53º 0.97% 0.55% -
HSV(B) 247.53º 0.89% 0.98% -
XYZ 19.46 8.64 91.91 -
YUV 61.79 234.78 123.87 -
System Red Green Blue C M Y K H S L
Decimal 56 28 251 0.78 0.89 0 0.02 247.53 0.97 0.55
Hex 38 1C FB 4E 59 0 2 F8 61 37
Octal 70 34 373 116 131 0 2 370 141 67
Binary 111000 11100 11111011 1001110 1011001 0 10 11111000 1100001 110111

Color Harmonies of #381CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CFB

Black with #381CFB

Text Example


Text Example

White with #381CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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