Html Css Color HEX #381ADD Han Purple

📋 copy color: '#381ADD'

red 56 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #381ADD

Tints of Han Purple #381ADD

RGB

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

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

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

R = 18.48%
G = 8.58%
B = 72.94%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#381ADD (or 0x381ADD) is known color: Han Purple. HEX triplet: 38, 1A and DD. RGB value is (56,26,221). Sum of RGB (Red+Green+Blue) = 56+26+221=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #381ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ADD is #C7E522. Grayscale: #383838. Windows color (decimal): -13100323 or 14490168. OLE color: 14490168.

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

Color convert

RGB 56 26 221 -
CMYK 0.75 0.88 0 0.13
HSL 249.23º 0.79% 0.48% -
HSV(B) 249.23º 0.88% 0.87% -
XYZ 15.05 6.8 68.93 -
YUV 57.2 220.44 127.14 -
System Red Green Blue C M Y K H S L
Decimal 56 26 221 0.75 0.88 0 0.13 249.23 0.79 0.48
Hex 38 1A DD 4B 58 0 D F9 4F 30
Octal 70 32 335 113 130 0 15 371 117 60
Binary 111000 11010 11011101 1001011 1011000 0 1101 11111001 1001111 110000

Color Harmonies of #381ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ADD

Black with #381ADD

Text Example


Text Example

White with #381ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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