Html Css Color HEX #381EFA Han Purple

📋 copy color: '#381EFA'

red 56 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #381EFA

Tints of Han Purple #381EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.4%

R = 16.67%
G = 8.93%
B = 74.4%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#381EFA (or 0x381EFA) is known color: Han Purple. HEX triplet: 38, 1E and FA. RGB value is (56,30,250). Sum of RGB (Red+Green+Blue) = 56+30+250=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #381EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EFA is #C7E105. Grayscale: #3E3E3E. Windows color (decimal): -13099270 or 16391736. OLE color: 16391736.

HSL color Cylindrical-coordinate representation of color #381EFA: hue angle of 247.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EFA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 30 250 -
CMYK 0.78 0.88 0 0.02
HSL 247.09º 0.96% 0.55% -
HSV(B) 247.09º 0.88% 0.98% -
XYZ 19.35 8.67 91.1 -
YUV 62.85 233.61 123.11 -
System Red Green Blue C M Y K H S L
Decimal 56 30 250 0.78 0.88 0 0.02 247.09 0.96 0.55
Hex 38 1E FA 4E 58 0 2 F7 60 37
Octal 70 36 372 116 130 0 2 367 140 67
Binary 111000 11110 11111010 1001110 1011000 0 10 11110111 1100000 110111

Color Harmonies of #381EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EFA

Black with #381EFA

Text Example


Text Example

White with #381EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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