Html Css Color HEX #381BEB Han Purple

📋 copy color: '#381BEB'

red 56 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #381BEB

Tints of Han Purple #381BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 17.61%
G = 8.49%
B = 73.9%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#381BEB (or 0x381BEB) is known color: Han Purple. HEX triplet: 38, 1B and EB. RGB value is (56,27,235). Sum of RGB (Red+Green+Blue) = 56+27+235=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #381BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BEB is #C7E414. Grayscale: #3A3A3A. Windows color (decimal): -13100053 or 15407928. OLE color: 15407928.

HSL color Cylindrical-coordinate representation of color #381BEB: hue angle of 248.37º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BEB is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 27 235 -
CMYK 0.76 0.89 0 0.08
HSL 248.37º 0.84% 0.51% -
HSV(B) 248.37º 0.89% 0.92% -
XYZ 17.02 7.62 79.17 -
YUV 59.38 227.11 125.59 -
System Red Green Blue C M Y K H S L
Decimal 56 27 235 0.76 0.89 0 0.08 248.37 0.84 0.51
Hex 38 1B EB 4C 59 0 8 F8 54 33
Octal 70 33 353 114 131 0 10 370 124 63
Binary 111000 11011 11101011 1001100 1011001 0 1000 11111000 1010100 110011

Color Harmonies of #381BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BEB

Black with #381BEB

Text Example


Text Example

White with #381BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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