Html Css Color HEX #381AD2 Han Purple

📋 copy color: '#381AD2'

red 56 ◦ green 26 ◦ blue 210

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

Shades of Han Purple #381AD2

Tints of Han Purple #381AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 71.92%

R = 19.18%
G = 8.9%
B = 71.92%

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

#381AD2 (or 0x381AD2) is known color: Han Purple. HEX triplet: 38, 1A and D2. RGB value is (56,26,210). Sum of RGB (Red+Green+Blue) = 56+26+210=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #381AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AD2 is #C7E52D. Grayscale: #373737. Windows color (decimal): -13100334 or 13769272. OLE color: 13769272.

HSL color Cylindrical-coordinate representation of color #381AD2: hue angle of 249.78º 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 #381AD2 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 26 210 -
CMYK 0.73 0.88 0 0.18
HSL 249.78º 0.78% 0.46% -
HSV(B) 249.78º 0.88% 0.82% -
XYZ 13.63 6.23 61.46 -
YUV 55.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 56 26 210 0.73 0.88 0 0.18 249.78 0.78 0.46
Hex 38 1A D2 49 58 0 12 FA 4E 2E
Octal 70 32 322 111 130 0 22 372 116 56
Binary 111000 11010 11010010 1001001 1011000 0 10010 11111010 1001110 101110

Color Harmonies of #381AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AD2

Black with #381AD2

Text Example


Text Example

White with #381AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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