Html Css Color HEX #381EDF Han Purple

📋 copy color: '#381EDF'

red 56 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #381EDF

Tints of Han Purple #381EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 18.12%
G = 9.71%
B = 72.17%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#381EDF (or 0x381EDF) is known color: Han Purple. HEX triplet: 38, 1E and DF. RGB value is (56,30,223). Sum of RGB (Red+Green+Blue) = 56+30+223=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #381EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EDF is #C7E120. Grayscale: #3B3B3B. Windows color (decimal): -13099297 or 14622264. OLE color: 14622264.

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

Color convert

RGB 56 30 223 -
CMYK 0.75 0.87 0 0.13
HSL 248.08º 0.76% 0.5% -
HSV(B) 248.08º 0.87% 0.87% -
XYZ 15.41 7.1 70.37 -
YUV 59.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 56 30 223 0.75 0.87 0 0.13 248.08 0.76 0.5
Hex 38 1E DF 4B 57 0 D F8 4C 32
Octal 70 36 337 113 127 0 15 370 114 62
Binary 111000 11110 11011111 1001011 1010111 0 1101 11111000 1001100 110010

Color Harmonies of #381EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EDF

Black with #381EDF

Text Example


Text Example

White with #381EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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