Html Css Color HEX #381FF3 Han Purple

📋 copy color: '#381FF3'

red 56 ◦ green 31 ◦ blue 243

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

Shades of Han Purple #381FF3

Tints of Han Purple #381FF3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 16.97%
G = 9.39%
B = 73.64%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#381FF3 (or 0x381FF3) is known color: Han Purple. HEX triplet: 38, 1F and F3. RGB value is (56,31,243). Sum of RGB (Red+Green+Blue) = 56+31+243=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 243 (95.31% from 255 or 73.64% from 330); Max value from RGB is 243 - color contains mainly: blue. Hex color #381FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FF3 is #C7E00C. Grayscale: #3D3D3D. Windows color (decimal): -13099021 or 15933240. OLE color: 15933240.

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

Color convert

RGB 56 31 243 -
CMYK 0.77 0.87 0 0.05
HSL 247.08º 0.9% 0.54% -
HSV(B) 247.08º 0.87% 0.95% -
XYZ 18.3 8.29 85.43 -
YUV 62.64 229.78 123.26 -
System Red Green Blue C M Y K H S L
Decimal 56 31 243 0.77 0.87 0 0.05 247.08 0.9 0.54
Hex 38 1F F3 4D 57 0 5 F7 5A 36
Octal 70 37 363 115 127 0 5 367 132 66
Binary 111000 11111 11110011 1001101 1010111 0 101 11110111 1011010 110110

Color Harmonies of #381FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FF3

Black with #381FF3

Text Example


Text Example

White with #381FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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