Html Css Color HEX #381AF3 Han Purple

📋 copy color: '#381AF3'

red 56 ◦ green 26 ◦ blue 243

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

Shades of Han Purple #381AF3

Tints of Han Purple #381AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 74.77%

R = 17.23%
G = 8%
B = 74.77%

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

#381AF3 (or 0x381AF3) is known color: Han Purple. HEX triplet: 38, 1A and F3. RGB value is (56,26,243). Sum of RGB (Red+Green+Blue) = 56+26+243=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #381AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AF3 is #C7E50C. Grayscale: #3A3A3A. Windows color (decimal): -13100301 or 15931960. OLE color: 15931960.

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

Color convert

RGB 56 26 243 -
CMYK 0.77 0.89 0 0.05
HSL 248.29º 0.9% 0.53% -
HSV(B) 248.29º 0.89% 0.95% -
XYZ 18.18 8.05 85.39 -
YUV 59.71 231.44 125.36 -
System Red Green Blue C M Y K H S L
Decimal 56 26 243 0.77 0.89 0 0.05 248.29 0.9 0.53
Hex 38 1A F3 4D 59 0 5 F8 5A 35
Octal 70 32 363 115 131 0 5 370 132 65
Binary 111000 11010 11110011 1001101 1011001 0 101 11111000 1011010 110101

Color Harmonies of #381AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AF3

Black with #381AF3

Text Example


Text Example

White with #381AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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