Html Css Color HEX #381BCF Han Purple

📋 copy color: '#381BCF'

red 56 ◦ green 27 ◦ blue 207

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

Shades of Han Purple #381BCF

Tints of Han Purple #381BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 19.31%
G = 9.31%
B = 71.38%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381BCF (or 0x381BCF) is known color: Han Purple. HEX triplet: 38, 1B and CF. RGB value is (56,27,207). Sum of RGB (Red+Green+Blue) = 56+27+207=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #381BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BCF is #C7E430. Grayscale: #373737. Windows color (decimal): -13100081 or 13572920. OLE color: 13572920.

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

Color convert

RGB 56 27 207 -
CMYK 0.73 0.87 0 0.19
HSL 249.67º 0.77% 0.46% -
HSV(B) 249.67º 0.87% 0.81% -
XYZ 13.29 6.13 59.51 -
YUV 56.19 213.11 127.86 -
System Red Green Blue C M Y K H S L
Decimal 56 27 207 0.73 0.87 0 0.19 249.67 0.77 0.46
Hex 38 1B CF 49 57 0 13 FA 4D 2E
Octal 70 33 317 111 127 0 23 372 115 56
Binary 111000 11011 11001111 1001001 1010111 0 10011 11111010 1001101 101110

Color Harmonies of #381BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BCF

Black with #381BCF

Text Example


Text Example

White with #381BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,207); }

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

background-color css

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

 a { background-color: rgb(56,27,207); }

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

border-color css

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

 span { border-color: rgb(56,27,207); }

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