Html Css Color HEX #381CEA Han Purple

📋 copy color: '#381CEA'

red 56 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #381CEA

Tints of Han Purple #381CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 17.61%
G = 8.81%
B = 73.58%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#381CEA (or 0x381CEA) is known color: Han Purple. HEX triplet: 38, 1C and EA. RGB value is (56,28,234). Sum of RGB (Red+Green+Blue) = 56+28+234=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #381CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CEA is #C7E315. Grayscale: #3B3B3B. Windows color (decimal): -13099798 or 15342648. OLE color: 15342648.

HSL color Cylindrical-coordinate representation of color #381CEA: hue angle of 248.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381CEA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 28 234 -
CMYK 0.76 0.88 0 0.08
HSL 248.16º 0.83% 0.51% -
HSV(B) 248.16º 0.88% 0.92% -
XYZ 16.9 7.61 78.42 -
YUV 59.86 226.28 125.25 -
System Red Green Blue C M Y K H S L
Decimal 56 28 234 0.76 0.88 0 0.08 248.16 0.83 0.51
Hex 38 1C EA 4C 58 0 8 F8 53 33
Octal 70 34 352 114 130 0 10 370 123 63
Binary 111000 11100 11101010 1001100 1011000 0 1000 11111000 1010011 110011

Color Harmonies of #381CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CEA

Black with #381CEA

Text Example


Text Example

White with #381CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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