Html Css Color HEX #381CEC Han Purple

📋 copy color: '#381CEC'

red 56 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #381CEC

Tints of Han Purple #381CEC

RGB

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

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

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

R = 17.5%
G = 8.75%
B = 73.75%

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

#381CEC (or 0x381CEC) is known color: Han Purple. HEX triplet: 38, 1C and EC. RGB value is (56,28,236). Sum of RGB (Red+Green+Blue) = 56+28+236=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #381CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CEC is #C7E313. Grayscale: #3B3B3B. Windows color (decimal): -13099796 or 15473720. OLE color: 15473720.

HSL color Cylindrical-coordinate representation of color #381CEC: hue angle of 248.08º degrees, saturation: 0.85, 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 #381CEC is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 28 236 -
CMYK 0.76 0.88 0 0.07
HSL 248.08º 0.85% 0.52% -
HSV(B) 248.08º 0.88% 0.93% -
XYZ 17.19 7.73 79.94 -
YUV 60.08 227.28 125.09 -
System Red Green Blue C M Y K H S L
Decimal 56 28 236 0.76 0.88 0 0.07 248.08 0.85 0.52
Hex 38 1C EC 4C 58 0 7 F8 55 34
Octal 70 34 354 114 130 0 7 370 125 64
Binary 111000 11100 11101100 1001100 1011000 0 111 11111000 1010101 110100

Color Harmonies of #381CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CEC

Black with #381CEC

Text Example


Text Example

White with #381CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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