Html Css Color HEX #382EF1 Han Purple

📋 copy color: '#382EF1'

red 56 ◦ green 46 ◦ blue 241

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

Shades of Han Purple #382EF1

Tints of Han Purple #382EF1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 16.33%
G = 13.41%
B = 70.26%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#382EF1 (or 0x382EF1) is known color: Han Purple. HEX triplet: 38, 2E and F1. RGB value is (56,46,241). Sum of RGB (Red+Green+Blue) = 56+46+241=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #382EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EF1 is #C7D10E. Grayscale: #464646. Windows color (decimal): -13095183 or 15806008. OLE color: 15806008.

HSL color Cylindrical-coordinate representation of color #382EF1: hue angle of 243.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382EF1 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 46 241 -
CMYK 0.77 0.81 0 0.05
HSL 243.08º 0.87% 0.56% -
HSV(B) 243.08º 0.81% 0.95% -
XYZ 18.49 9.15 84.01 -
YUV 71.22 223.81 117.14 -
System Red Green Blue C M Y K H S L
Decimal 56 46 241 0.77 0.81 0 0.05 243.08 0.87 0.56
Hex 38 2E F1 4D 51 0 5 F3 57 38
Octal 70 56 361 115 121 0 5 363 127 70
Binary 111000 101110 11110001 1001101 1010001 0 101 11110011 1010111 111000

Color Harmonies of #382EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EF1

Black with #382EF1

Text Example


Text Example

White with #382EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382EF1; }

 p { color: rgb(56,46,241); }

 H1.HeaderClassName
 {
   color: #382EF1;
 }
 .AnyTagClassName
 {
   color: #382EF1;
 }
</style>

background-color css

<style>
 a { background-color: #382EF1; }

 a { background-color: rgb(56,46,241); }

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

border-color css

<style>
 span { border-color: #382EF1; }

 span { border-color: rgb(56,46,241); }

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