Html Css Color HEX #381CCE Han Purple

📋 copy color: '#381CCE'

red 56 ◦ green 28 ◦ blue 206

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

Shades of Han Purple #381CCE

Tints of Han Purple #381CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.66%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 19.31%
G = 9.66%
B = 71.03%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381CCE (or 0x381CCE) is known color: Han Purple. HEX triplet: 38, 1C and CE. RGB value is (56,28,206). Sum of RGB (Red+Green+Blue) = 56+28+206=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #381CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CCE is #C7E331. Grayscale: #373737. Windows color (decimal): -13099826 or 13507640. OLE color: 13507640.

HSL color Cylindrical-coordinate representation of color #381CCE: hue angle of 249.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381CCE is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 28 206 -
CMYK 0.73 0.86 0 0.19
HSL 249.44º 0.76% 0.46% -
HSV(B) 249.44º 0.86% 0.81% -
XYZ 13.19 6.13 58.88 -
YUV 56.66 212.28 127.53 -
System Red Green Blue C M Y K H S L
Decimal 56 28 206 0.73 0.86 0 0.19 249.44 0.76 0.46
Hex 38 1C CE 49 56 0 13 F9 4C 2E
Octal 70 34 316 111 126 0 23 371 114 56
Binary 111000 11100 11001110 1001001 1010110 0 10011 11111001 1001100 101110

Color Harmonies of #381CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CCE

Black with #381CCE

Text Example


Text Example

White with #381CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,206); }

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

background-color css

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

 a { background-color: rgb(56,28,206); }

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

border-color css

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

 span { border-color: rgb(56,28,206); }

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