Html Css Color HEX #381DEC Han Purple

📋 copy color: '#381DEC'

red 56 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #381DEC

Tints of Han Purple #381DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 17.45%
G = 9.03%
B = 73.52%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#381DEC (or 0x381DEC) is known color: Han Purple. HEX triplet: 38, 1D and EC. RGB value is (56,29,236). Sum of RGB (Red+Green+Blue) = 56+29+236=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #381DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DEC is #C7E213. Grayscale: #3B3B3B. Windows color (decimal): -13099540 or 15473976. OLE color: 15473976.

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

Color convert

RGB 56 29 236 -
CMYK 0.76 0.88 0 0.07
HSL 247.83º 0.84% 0.52% -
HSV(B) 247.83º 0.88% 0.93% -
XYZ 17.21 7.78 79.95 -
YUV 60.67 226.95 124.67 -
System Red Green Blue C M Y K H S L
Decimal 56 29 236 0.76 0.88 0 0.07 247.83 0.84 0.52
Hex 38 1D EC 4C 58 0 7 F8 54 34
Octal 70 35 354 114 130 0 7 370 124 64
Binary 111000 11101 11101100 1001100 1011000 0 111 11111000 1010100 110100

Color Harmonies of #381DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DEC

Black with #381DEC

Text Example


Text Example

White with #381DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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