Html Css Color HEX #381AEC Han Purple

📋 copy color: '#381AEC'

red 56 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #381AEC

Tints of Han Purple #381AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 17.61%
G = 8.18%
B = 74.21%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#381AEC (or 0x381AEC) is known color: Han Purple. HEX triplet: 38, 1A and EC. RGB value is (56,26,236). Sum of RGB (Red+Green+Blue) = 56+26+236=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #381AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AEC is #C7E513. Grayscale: #3A3A3A. Windows color (decimal): -13100308 or 15473208. OLE color: 15473208.

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

Color convert

RGB 56 26 236 -
CMYK 0.76 0.89 0 0.07
HSL 248.57º 0.85% 0.51% -
HSV(B) 248.57º 0.89% 0.93% -
XYZ 17.14 7.64 79.93 -
YUV 58.91 227.94 125.92 -
System Red Green Blue C M Y K H S L
Decimal 56 26 236 0.76 0.89 0 0.07 248.57 0.85 0.51
Hex 38 1A EC 4C 59 0 7 F9 55 33
Octal 70 32 354 114 131 0 7 371 125 63
Binary 111000 11010 11101100 1001100 1011001 0 111 11111001 1010101 110011

Color Harmonies of #381AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AEC

Black with #381AEC

Text Example


Text Example

White with #381AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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