Html Css Color HEX #381EEC Han Purple

📋 copy color: '#381EEC'

red 56 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #381EEC

Tints of Han Purple #381EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 17.39%
G = 9.32%
B = 73.29%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#381EEC (or 0x381EEC) is known color: Han Purple. HEX triplet: 38, 1E and EC. RGB value is (56,30,236). Sum of RGB (Red+Green+Blue) = 56+30+236=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #381EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EEC is #C7E113. Grayscale: #3C3C3C. Windows color (decimal): -13099284 or 15474232. OLE color: 15474232.

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

Color convert

RGB 56 30 236 -
CMYK 0.76 0.87 0 0.07
HSL 247.57º 0.84% 0.52% -
HSV(B) 247.57º 0.87% 0.93% -
XYZ 17.24 7.83 79.96 -
YUV 61.26 226.61 124.25 -
System Red Green Blue C M Y K H S L
Decimal 56 30 236 0.76 0.87 0 0.07 247.57 0.84 0.52
Hex 38 1E EC 4C 57 0 7 F8 54 34
Octal 70 36 354 114 127 0 7 370 124 64
Binary 111000 11110 11101100 1001100 1010111 0 111 11111000 1010100 110100

Color Harmonies of #381EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EEC

Black with #381EEC

Text Example


Text Example

White with #381EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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