Html Css Color HEX #381EDD Han Purple

📋 copy color: '#381EDD'

red 56 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #381EDD

Tints of Han Purple #381EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 18.24%
G = 9.77%
B = 71.99%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#381EDD (or 0x381EDD) is known color: Han Purple. HEX triplet: 38, 1E and DD. RGB value is (56,30,221). Sum of RGB (Red+Green+Blue) = 56+30+221=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #381EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EDD is #C7E122. Grayscale: #3A3A3A. Windows color (decimal): -13099299 or 14491192. OLE color: 14491192.

HSL color Cylindrical-coordinate representation of color #381EDD: hue angle of 248.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381EDD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 30 221 -
CMYK 0.75 0.86 0 0.13
HSL 248.17º 0.76% 0.49% -
HSV(B) 248.17º 0.86% 0.87% -
XYZ 15.15 6.99 68.96 -
YUV 59.55 219.11 125.47 -
System Red Green Blue C M Y K H S L
Decimal 56 30 221 0.75 0.86 0 0.13 248.17 0.76 0.49
Hex 38 1E DD 4B 56 0 D F8 4C 31
Octal 70 36 335 113 126 0 15 370 114 61
Binary 111000 11110 11011101 1001011 1010110 0 1101 11111000 1001100 110001

Color Harmonies of #381EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EDD

Black with #381EDD

Text Example


Text Example

White with #381EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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