Html Css Color HEX #381AD0 Han Purple

📋 copy color: '#381AD0'

red 56 ◦ green 26 ◦ blue 208

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

Shades of Han Purple #381AD0

Tints of Han Purple #381AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

 BLUE value IS 208 (81.64% from 255) = 71.72%

R = 19.31%
G = 8.97%
B = 71.72%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#381AD0 (or 0x381AD0) is known color: Han Purple. HEX triplet: 38, 1A and D0. RGB value is (56,26,208). Sum of RGB (Red+Green+Blue) = 56+26+208=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #381AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AD0 is #C7E52F. Grayscale: #373737. Windows color (decimal): -13100336 or 13638200. OLE color: 13638200.

HSL color Cylindrical-coordinate representation of color #381AD0: hue angle of 249.89º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381AD0 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 26 208 -
CMYK 0.73 0.88 0 0.18
HSL 249.89º 0.78% 0.46% -
HSV(B) 249.89º 0.88% 0.82% -
XYZ 13.39 6.13 60.15 -
YUV 55.72 213.94 128.2 -
System Red Green Blue C M Y K H S L
Decimal 56 26 208 0.73 0.88 0 0.18 249.89 0.78 0.46
Hex 38 1A D0 49 58 0 12 FA 4E 2E
Octal 70 32 320 111 130 0 22 372 116 56
Binary 111000 11010 11010000 1001001 1011000 0 10010 11111010 1001110 101110

Color Harmonies of #381AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AD0

Black with #381AD0

Text Example


Text Example

White with #381AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,208); }

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

background-color css

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

 a { background-color: rgb(56,26,208); }

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

border-color css

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

 span { border-color: rgb(56,26,208); }

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