Html Css Color HEX #381CE6 Han Purple

📋 copy color: '#381CE6'

red 56 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #381CE6

Tints of Han Purple #381CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.25%

R = 17.83%
G = 8.92%
B = 73.25%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#381CE6 (or 0x381CE6) is known color: Han Purple. HEX triplet: 38, 1C and E6. RGB value is (56,28,230). Sum of RGB (Red+Green+Blue) = 56+28+230=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #381CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CE6 is #C7E319. Grayscale: #3A3A3A. Windows color (decimal): -13099802 or 15080504. OLE color: 15080504.

HSL color Cylindrical-coordinate representation of color #381CE6: hue angle of 248.32º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381CE6 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 28 230 -
CMYK 0.76 0.88 0 0.10
HSL 248.32º 0.8% 0.51% -
HSV(B) 248.32º 0.88% 0.9% -
XYZ 16.33 7.38 75.43 -
YUV 59.4 224.28 125.57 -
System Red Green Blue C M Y K H S L
Decimal 56 28 230 0.76 0.88 0 0.10 248.32 0.8 0.51
Hex 38 1C E6 4C 58 0 A F8 50 33
Octal 70 34 346 114 130 0 12 370 120 63
Binary 111000 11100 11100110 1001100 1011000 0 1010 11111000 1010000 110011

Color Harmonies of #381CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CE6

Black with #381CE6

Text Example


Text Example

White with #381CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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