Html Css Color HEX #381CEF Han Purple

📋 copy color: '#381CEF'

red 56 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #381CEF

Tints of Han Purple #381CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.99%

R = 17.34%
G = 8.67%
B = 73.99%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#381CEF (or 0x381CEF) is known color: Han Purple. HEX triplet: 38, 1C and EF. RGB value is (56,28,239). Sum of RGB (Red+Green+Blue) = 56+28+239=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #381CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CEF is #C7E310. Grayscale: #3B3B3B. Windows color (decimal): -13099793 or 15670328. OLE color: 15670328.

HSL color Cylindrical-coordinate representation of color #381CEF: hue angle of 247.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381CEF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 28 239 -
CMYK 0.77 0.88 0 0.06
HSL 247.96º 0.87% 0.52% -
HSV(B) 247.96º 0.88% 0.94% -
XYZ 17.63 7.9 82.26 -
YUV 60.43 228.78 124.84 -
System Red Green Blue C M Y K H S L
Decimal 56 28 239 0.77 0.88 0 0.06 247.96 0.87 0.52
Hex 38 1C EF 4D 58 0 6 F8 57 34
Octal 70 34 357 115 130 0 6 370 127 64
Binary 111000 11100 11101111 1001101 1011000 0 110 11111000 1010111 110100

Color Harmonies of #381CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CEF

Black with #381CEF

Text Example


Text Example

White with #381CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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