Html Css Color HEX #381CE3 Han Purple

📋 copy color: '#381CE3'

red 56 ◦ green 28 ◦ blue 227

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

Shades of Han Purple #381CE3

Tints of Han Purple #381CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 72.99%

R = 18.01%
G = 9%
B = 72.99%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#381CE3 (or 0x381CE3) is known color: Han Purple. HEX triplet: 38, 1C and E3. RGB value is (56,28,227). Sum of RGB (Red+Green+Blue) = 56+28+227=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #381CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CE3 is #C7E31C. Grayscale: #3A3A3A. Windows color (decimal): -13099805 or 14883896. OLE color: 14883896.

HSL color Cylindrical-coordinate representation of color #381CE3: hue angle of 248.44º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381CE3 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 28 227 -
CMYK 0.75 0.88 0 0.11
HSL 248.44º 0.78% 0.5% -
HSV(B) 248.44º 0.88% 0.89% -
XYZ 15.91 7.22 73.23 -
YUV 59.06 222.78 125.82 -
System Red Green Blue C M Y K H S L
Decimal 56 28 227 0.75 0.88 0 0.11 248.44 0.78 0.5
Hex 38 1C E3 4B 58 0 B F8 4E 32
Octal 70 34 343 113 130 0 13 370 116 62
Binary 111000 11100 11100011 1001011 1011000 0 1011 11111000 1001110 110010

Color Harmonies of #381CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CE3

Black with #381CE3

Text Example


Text Example

White with #381CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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