Html Css Color HEX #381DF6 Han Purple

📋 copy color: '#381DF6'

red 56 ◦ green 29 ◦ blue 246

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

Shades of Han Purple #381DF6

Tints of Han Purple #381DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 74.32%

R = 16.92%
G = 8.76%
B = 74.32%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#381DF6 (or 0x381DF6) is known color: Han Purple. HEX triplet: 38, 1D and F6. RGB value is (56,29,246). Sum of RGB (Red+Green+Blue) = 56+29+246=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 246 (96.48% from 255 or 74.32% from 331); Max value from RGB is 246 - color contains mainly: blue. Hex color #381DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DF6 is #C7E209. Grayscale: #3C3C3C. Windows color (decimal): -13099530 or 16129336. OLE color: 16129336.

HSL color Cylindrical-coordinate representation of color #381DF6: hue angle of 247.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381DF6 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 29 246 -
CMYK 0.77 0.88 0 0.04
HSL 247.47º 0.92% 0.54% -
HSV(B) 247.47º 0.88% 0.96% -
XYZ 18.7 8.37 87.82 -
YUV 61.81 231.95 123.86 -
System Red Green Blue C M Y K H S L
Decimal 56 29 246 0.77 0.88 0 0.04 247.47 0.92 0.54
Hex 38 1D F6 4D 58 0 4 F7 5C 36
Octal 70 35 366 115 130 0 4 367 134 66
Binary 111000 11101 11110110 1001101 1011000 0 100 11110111 1011100 110110

Color Harmonies of #381DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DF6

Black with #381DF6

Text Example


Text Example

White with #381DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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