Html Css Color HEX #381DCF Han Purple

📋 copy color: '#381DCF'

red 56 ◦ green 29 ◦ blue 207

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

Shades of Han Purple #381DCF

Tints of Han Purple #381DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.93%

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

R = 19.18%
G = 9.93%
B = 70.89%

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

#381DCF (or 0x381DCF) is known color: Han Purple. HEX triplet: 38, 1D and CF. RGB value is (56,29,207). Sum of RGB (Red+Green+Blue) = 56+29+207=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #381DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DCF is #C7E230. Grayscale: #383838. Windows color (decimal): -13099569 or 13573432. OLE color: 13573432.

HSL color Cylindrical-coordinate representation of color #381DCF: hue angle of 249.1º degrees, saturation: 0.75, 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 #381DCF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 29 207 -
CMYK 0.73 0.86 0 0.19
HSL 249.1º 0.75% 0.46% -
HSV(B) 249.1º 0.86% 0.81% -
XYZ 13.33 6.22 59.53 -
YUV 57.37 212.45 127.03 -
System Red Green Blue C M Y K H S L
Decimal 56 29 207 0.73 0.86 0 0.19 249.1 0.75 0.46
Hex 38 1D CF 49 56 0 13 F9 4B 2E
Octal 70 35 317 111 126 0 23 371 113 56
Binary 111000 11101 11001111 1001001 1010110 0 10011 11111001 1001011 101110

Color Harmonies of #381DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DCF

Black with #381DCF

Text Example


Text Example

White with #381DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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