Html Css Color HEX #381CEB Han Purple

📋 copy color: '#381CEB'

red 56 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #381CEB

Tints of Han Purple #381CEB

RGB

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

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

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

R = 17.55%
G = 8.78%
B = 73.67%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#381CEB (or 0x381CEB) is known color: Han Purple. HEX triplet: 38, 1C and EB. RGB value is (56,28,235). Sum of RGB (Red+Green+Blue) = 56+28+235=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #381CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CEB is #C7E314. Grayscale: #3B3B3B. Windows color (decimal): -13099797 or 15408184. OLE color: 15408184.

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

Color convert

RGB 56 28 235 -
CMYK 0.76 0.88 0 0.08
HSL 248.12º 0.84% 0.52% -
HSV(B) 248.12º 0.88% 0.92% -
XYZ 17.04 7.67 79.18 -
YUV 59.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 56 28 235 0.76 0.88 0 0.08 248.12 0.84 0.52
Hex 38 1C EB 4C 58 0 8 F8 54 34
Octal 70 34 353 114 130 0 10 370 124 64
Binary 111000 11100 11101011 1001100 1011000 0 1000 11111000 1010100 110100

Color Harmonies of #381CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CEB

Black with #381CEB

Text Example


Text Example

White with #381CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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