Html Css Color HEX #381FE9 Han Purple

📋 copy color: '#381FE9'

red 56 ◦ green 31 ◦ blue 233

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

Shades of Han Purple #381FE9

Tints of Han Purple #381FE9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

 BLUE value IS 233 (91.41% from 255) = 72.81%

R = 17.5%
G = 9.69%
B = 72.81%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#381FE9 (or 0x381FE9) is known color: Han Purple. HEX triplet: 38, 1F and E9. RGB value is (56,31,233). Sum of RGB (Red+Green+Blue) = 56+31+233=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 233 (91.41% from 255 or 72.81% from 320); Max value from RGB is 233 - color contains mainly: blue. Hex color #381FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FE9 is #C7E016. Grayscale: #3C3C3C. Windows color (decimal): -13099031 or 15277880. OLE color: 15277880.

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

Color convert

RGB 56 31 233 -
CMYK 0.76 0.87 0 0.09
HSL 247.43º 0.82% 0.52% -
HSV(B) 247.43º 0.87% 0.91% -
XYZ 16.83 7.7 77.69 -
YUV 61.5 224.78 124.07 -
System Red Green Blue C M Y K H S L
Decimal 56 31 233 0.76 0.87 0 0.09 247.43 0.82 0.52
Hex 38 1F E9 4C 57 0 9 F7 52 34
Octal 70 37 351 114 127 0 11 367 122 64
Binary 111000 11111 11101001 1001100 1010111 0 1001 11110111 1010010 110100

Color Harmonies of #381FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FE9

Black with #381FE9

Text Example


Text Example

White with #381FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,233); }

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

background-color css

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

 a { background-color: rgb(56,31,233); }

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

border-color css

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

 span { border-color: rgb(56,31,233); }

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