Html Css Color HEX #381BEC Han Purple

📋 copy color: '#381BEC'

red 56 ◦ green 27 ◦ blue 236

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

Shades of Han Purple #381BEC

Tints of Han Purple #381BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 17.55%
G = 8.46%
B = 73.98%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#381BEC (or 0x381BEC) is known color: Han Purple. HEX triplet: 38, 1B and EC. RGB value is (56,27,236). Sum of RGB (Red+Green+Blue) = 56+27+236=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #381BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BEC is #C7E413. Grayscale: #3A3A3A. Windows color (decimal): -13100052 or 15473464. OLE color: 15473464.

HSL color Cylindrical-coordinate representation of color #381BEC: hue angle of 248.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BEC is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 27 236 -
CMYK 0.76 0.89 0 0.07
HSL 248.33º 0.85% 0.52% -
HSV(B) 248.33º 0.89% 0.93% -
XYZ 17.16 7.68 79.93 -
YUV 59.5 227.61 125.51 -
System Red Green Blue C M Y K H S L
Decimal 56 27 236 0.76 0.89 0 0.07 248.33 0.85 0.52
Hex 38 1B EC 4C 59 0 7 F8 55 34
Octal 70 33 354 114 131 0 7 370 125 64
Binary 111000 11011 11101100 1001100 1011001 0 111 11111000 1010101 110100

Color Harmonies of #381BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BEC

Black with #381BEC

Text Example


Text Example

White with #381BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,236); }

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

background-color css

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

 a { background-color: rgb(56,27,236); }

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

border-color css

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

 span { border-color: rgb(56,27,236); }

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