Html Css Color HEX #381AF1 Han Purple

📋 copy color: '#381AF1'

red 56 ◦ green 26 ◦ blue 241

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

Shades of Han Purple #381AF1

Tints of Han Purple #381AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

 BLUE value IS 241 (94.53% from 255) = 74.61%

R = 17.34%
G = 8.05%
B = 74.61%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#381AF1 (or 0x381AF1) is known color: Han Purple. HEX triplet: 38, 1A and F1. RGB value is (56,26,241). Sum of RGB (Red+Green+Blue) = 56+26+241=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #381AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AF1 is #C7E50E. Grayscale: #3A3A3A. Windows color (decimal): -13100303 or 15800888. OLE color: 15800888.

HSL color Cylindrical-coordinate representation of color #381AF1: hue angle of 248.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381AF1 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 26 241 -
CMYK 0.77 0.89 0 0.05
HSL 248.37º 0.88% 0.52% -
HSV(B) 248.37º 0.89% 0.95% -
XYZ 17.88 7.93 83.81 -
YUV 59.48 230.44 125.52 -
System Red Green Blue C M Y K H S L
Decimal 56 26 241 0.77 0.89 0 0.05 248.37 0.88 0.52
Hex 38 1A F1 4D 59 0 5 F8 58 34
Octal 70 32 361 115 131 0 5 370 130 64
Binary 111000 11010 11110001 1001101 1011001 0 101 11111000 1011000 110100

Color Harmonies of #381AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AF1

Black with #381AF1

Text Example


Text Example

White with #381AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,241); }

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

background-color css

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

 a { background-color: rgb(56,26,241); }

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

border-color css

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

 span { border-color: rgb(56,26,241); }

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